| Commit message (Expand) | Author | Age | Files | Lines |
* | [Ab]use LDFLAGS rather than CFLAGS. | obrien | 2002-05-10 | 1 | -1/+1 |
* | Gcc 3.1 has different -Wx flags. | obrien | 2002-05-10 | 1 | -2/+5 |
* | Add the beginnings of Sparc64 support. | obrien | 2002-05-10 | 1 | -0/+2 |
* | Pass CFLAGS to {CC} when using it as an `ld' replacement. | obrien | 2002-05-10 | 1 | -1/+1 |
* | Pay attention to LDFLAGS when linking. | obrien | 2002-05-09 | 1 | -8/+8 |
* | Get rid of the INTERNALSTATICLIB knob and just use plain INTERNALLIB. | obrien | 2002-05-09 | 1 | -5/+12 |
* | Added internal, non-recursive (SUBDIR) versions of the `all-man' | ru | 2002-05-07 | 4 | -14/+16 |
* | Install PROG before SCRIPTS and FILES, but make sure | ru | 2002-05-07 | 1 | -4/+8 |
* | Install the manpages before descending into SUBDIRs. | ru | 2002-05-07 | 1 | -3/+4 |
* | Fixed missing quotes in the default for MKDEPCMD in the CC != cc case. | bde | 2002-05-07 | 1 | -1/+1 |
* | Use -ffreestanding for kernel bits unconditionally. | obrien | 2002-05-04 | 1 | -2/+0 |
* | Splitting "realinstall" into parts was a (failed) part of the work | ru | 2002-04-29 | 1 | -5/+4 |
* | Milestone #1 in cross-arch make releases. | ru | 2002-04-26 | 1 | -13/+3 |
* | GC bsd.docb.mk. It has never apparently been used. | ru | 2002-04-24 | 2 | -49/+1 |
* | Abuse bsd.obj.mk for defining default distribute target. | ru | 2002-04-24 | 6 | -47/+10 |
* | GC bsd.sgml.mk. Nothing in the src/ tree uses it, and two doc/ | ru | 2002-04-24 | 2 | -209/+1 |
* | The install.debug and reinstall.debug targets are needed solely | ru | 2002-04-24 | 1 | -2/+1 |
* | Change the name of the 'bin' distribution to 'base'. | obrien | 2002-04-23 | 5 | -6/+6 |
* | Merge bsd.obj.mk's version of the _SUBDIR target with bsd.subdir.mk. | ru | 2002-04-23 | 10 | -132/+48 |
* | Provide the real `distribute' target so that NLS catalogs are | ru | 2002-04-23 | 1 | -0/+4 |
* | Prohibit the direct inclusion of bsd.dep.mk. | ru | 2002-04-22 | 1 | -0/+3 |
* | Fixed _SUBDIR. | ru | 2002-04-22 | 1 | -4/+8 |
* | Make .asm transformation rules synonyms to the .s rules. | ru | 2002-04-22 | 2 | -25/+4 |
* | Style. Fix long lines and a <tab> indent that should be 4 spaces. | markm | 2002-04-21 | 1 | -5/+5 |
* | reorg a little. | obrien | 2002-04-20 | 1 | -7/+7 |
* | Add .asm as an alias for .s. .asm is common in contribed sources. | obrien | 2002-04-19 | 3 | -3/+24 |
* | Style. | ru | 2002-04-19 | 2 | -2/+3 |
* | Fix the type of .include. | ru | 2002-04-19 | 2 | -2/+2 |
* | Fix the bsd.port.mk breakage caused by sys.mk,v 1.60 commit. | ru | 2002-04-19 | 1 | -0/+2 |
* | Optimize for i486 better (-m486 is just another deprecated | ru | 2002-04-18 | 1 | -1/+1 |
* | Install bsd.init.mk. | ru | 2002-04-18 | 1 | -1/+2 |
* | In rare cases, we might want to include bsd.own.mk directly. | ru | 2002-04-18 | 1 | -0/+5 |
* | ${INSTALLFLAGS} aren't suitable for installing ${SCRIPTS} and ${FILES}. | ru | 2002-04-17 | 1 | -2/+2 |
* | Don't include bsd.own.mk from sys.mk, this makes it impossible | ru | 2002-04-17 | 14 | -73/+47 |
* | Revert to the ordinary `:' dependency operator for `mainstall'. | ru | 2002-04-17 | 1 | -2/+2 |
* | Doh, previous revision made .depend to be almost always out of date. | ru | 2002-04-17 | 1 | -3/+2 |
* | Don't spawn extra make(1) process to execute _EXTRADEPEND. | ru | 2002-04-16 | 1 | -2/+4 |
* | Only pass our idea of `CC' down to mkdep(1) if it's non-default. | ru | 2002-04-15 | 1 | -0/+4 |
* | Fix all-man to look into the SUBDIR subdirs as well. | ru | 2002-04-15 | 1 | -1/+1 |
* | Added glue for the all-man and maninstall targets. | ru | 2002-04-15 | 1 | -0/+8 |
* | Add a dependency on libypclnt to libpam, in preperation for making pam_unix | des | 2002-04-15 | 1 | -2/+2 |
* | Add libypclnt. | des | 2002-04-13 | 1 | -0/+1 |
* | Back out second part of the previous change. While this was | ru | 2002-04-12 | 1 | -2/+9 |
* | Fixed the fatal breakage I introduced in the last commit. | ru | 2002-04-12 | 1 | -1/+1 |
* | Don't add -lstdc++ to LDADD, just let c++(1) link C++ programs. | ru | 2002-04-12 | 1 | -5/+7 |
* | Implement PROG_CXX for <bsd.prog.mk>. | ru | 2002-04-11 | 2 | -1/+17 |
* | Really finish the removal of ${LDDESTDIR} in bsd.lib.mk,v 1.55. | ru | 2002-04-11 | 2 | -4/+4 |
* | Add WARNS levels 5 and 6: | obrien | 2002-04-10 | 1 | -1/+8 |
* | Fixed broken dependency in lib/libpam/modules/pam_krb5. | ru | 2002-04-09 | 1 | -0/+1 |
* | FreeBSD prior to 4.5-RELEASE and older versions of 5.0-CURRENT do not | ru | 2002-04-07 | 1 | -0/+5 |