| Commit message (Expand) | Author | Age | Files | Lines |
* | Two changes to aid in cleaning up sys/boot/ makefiles: | ru | 2004-02-09 | 1 | -3/+9 |
* | make(1) can now handle spaces surrounding parenthesis correctly. | ru | 2004-02-05 | 1 | -1/+1 |
* | Fixed bogus ${FOO:Mbar} tests where the actual intent is to check | ru | 2004-01-27 | 1 | -1/+1 |
* | Whitespace diff reduction between bsd.prog.mk and bsd.lib.mk outputs. | ru | 2003-08-31 | 1 | -2/+17 |
* | Add ${CRUNCH_CFLAGS} support for adding compile options to crunch | gordon | 2003-06-29 | 1 | -0/+1 |
* | Remove some games/ cruft that is no longer of relevance. | markm | 2003-05-03 | 1 | -4/+0 |
* | Added the new variable CTAGS which, if set to "ctags", reverts | ru | 2002-10-17 | 1 | -14/+0 |
* | Extend the lint handling a bit. | markm | 2002-09-20 | 1 | -3/+3 |
* | Initiate deorbit burn for the i386-only a.out related support. Moves are | peter | 2002-09-17 | 1 | -7/+0 |
* | Drop support for COPY, -c has been the default mode of install(1) | ru | 2002-07-29 | 1 | -3/+3 |
* | Try really hard to fix parallel installs. Add a bunch of .ORDER | ru | 2002-07-03 | 1 | -0/+3 |
* | Reimplemented bsd.nls.mk using bsd.files.mk and bsd.links.mk. | ru | 2002-07-02 | 1 | -0/+3 |
* | Handle installation of hard and symbolic links via a seperate .mk file. | ru | 2002-07-02 | 1 | -24/+1 |
* | Reimplement FILES support using bsd.files.mk with the | ru | 2002-06-03 | 1 | -28/+2 |
* | Rename `includes' to `buildincludes'. | ru | 2002-05-15 | 1 | -3/+1 |
* | Added new bsd.incs.mk which handles installing of header files | ru | 2002-05-12 | 1 | -6/+4 |
* | Added internal, non-recursive (SUBDIR) versions of the `all-man' | ru | 2002-05-07 | 1 | -2/+2 |
* | Install PROG before SCRIPTS and FILES, but make sure | ru | 2002-05-07 | 1 | -4/+8 |
* | Splitting "realinstall" into parts was a (failed) part of the work | ru | 2002-04-29 | 1 | -5/+4 |
* | Abuse bsd.obj.mk for defining default distribute target. | ru | 2002-04-24 | 1 | -8/+0 |
* | Change the name of the 'bin' distribution to 'base'. | obrien | 2002-04-23 | 1 | -1/+1 |
* | Merge bsd.obj.mk's version of the _SUBDIR target with bsd.subdir.mk. | ru | 2002-04-23 | 1 | -19/+10 |
* | Add .asm as an alias for .s. .asm is common in contribed sources. | obrien | 2002-04-19 | 1 | -1/+1 |
* | ${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 | 1 | -7/+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 | 1 | -0/+10 |
* | Really finish the removal of ${LDDESTDIR} in bsd.lib.mk,v 1.55. | ru | 2002-04-11 | 1 | -3/+3 |
* | Fixed the nasty bug where .depend file that exists somewhere in | ru | 2002-04-07 | 1 | -1/+1 |
* | Obviate the need to set the COMPILER_PATH and LIBRARY_PATH in Makefile.inc1 | ru | 2002-02-21 | 1 | -4/+0 |
* | FILES support for bsd.prog.mk. See bsd.README for details. | ru | 2001-12-17 | 1 | -5/+32 |
* | Unbreak "make lint" for programs and "make llib-l${LIB}.ln" for | bde | 2001-12-03 | 1 | -1/+1 |
* | When bootstrapping (build-tools and cross-tools), avoid | ru | 2001-09-21 | 1 | -1/+1 |
* | Style nits: | ru | 2001-06-14 | 1 | -2/+2 |
* | Games ownership cleanup. | ru | 2001-06-13 | 1 | -2/+2 |
* | Change the ownership of the symbolic link for hidden game | ru | 2001-05-31 | 1 | -1/+1 |
* | Bring in the WARNS directive from NetBSD, localized in a new bsd.sys.mk | kris | 2001-05-19 | 1 | -0/+2 |
* | Who ever came up with the ${CFLAGS} need to be passed to lint? | asmodai | 2001-04-19 | 1 | -1/+1 |
* | Introduce SCRIPTS for bsd.prog.mk. See bsd.README for details. | ru | 2001-04-07 | 1 | -2/+29 |
* | Introduce ${PROGNAME}, the name that the program will be installed as, | ru | 2001-04-02 | 1 | -0/+5 |
* | Define MAN to ${PROG}.1 if no manpages were specified, but still | ru | 2001-03-28 | 1 | -1/+2 |
* | Make it possible to build manpages for the entire source tree. | ru | 2001-03-27 | 1 | -1/+6 |
* | Backout botched attempt to introduce MANSECT feature; it | ru | 2001-03-26 | 1 | -4/+1 |
* | Removed _MANPAGES, MANDEPEND and MANSRC. | ru | 2001-03-26 | 1 | -3/+7 |
* | If the MANSECT variable is specified, it will override the default | ru | 2001-03-20 | 1 | -1/+4 |
* | Check for MAN9 for consistency. | ru | 2000-03-23 | 1 | -2/+2 |
* | Removed NOEXTRADEPEND hack. This was only for an old version of makeworld. | bde | 2000-01-09 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |