| Commit message (Expand) | Author | Age | Files | Lines |
* | Make `make cleanilinks' work in /sys/modules. | ed | 2009-12-06 | 1 | -6/+5 |
* | Make "manlint" recursive. | ru | 2007-12-07 | 1 | -3/+2 |
* | For ${SUBDIR} targets, change the type of dependency operator from `::' | ru | 2005-05-31 | 1 | -2/+2 |
* | Add a SUBDIR_TARGETS variable which can be set to a list of | ru | 2005-02-14 | 1 | -1/+2 |
* | Remove trailing spaces. | krion | 2005-01-06 | 1 | -1/+1 |
* | Although 'Unanimous Consent' appears to be a well defined and used in | imp | 2004-09-07 | 1 | -2/+2 |
* | Use the '+' flag to make make recurse into sub-directories even when | harti | 2004-08-09 | 1 | -5/+5 |
* | Moved the `distribute' target from bsd.obj.mk to bsd.subdir.mk, | ru | 2002-07-12 | 1 | -1/+10 |
* | Get rid of the bogus dependencies between beforeinstall, realinstall, | ru | 2002-07-01 | 1 | -3/+2 |
* | Reimplement FILES support using bsd.files.mk with the | ru | 2002-06-03 | 1 | -1/+1 |
* | Rename `includes' to `buildincludes'. | ru | 2002-05-15 | 1 | -1/+12 |
* | Added new bsd.incs.mk which handles installing of header files | ru | 2002-05-12 | 1 | -1/+1 |
* | Added internal, non-recursive (SUBDIR) versions of the `all-man' | ru | 2002-05-07 | 1 | -2/+2 |
* | Milestone #1 in cross-arch make releases. | ru | 2002-04-26 | 1 | -13/+3 |
* | 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 | 1 | -2/+2 |
* | Merge bsd.obj.mk's version of the _SUBDIR target with bsd.subdir.mk. | ru | 2002-04-23 | 1 | -10/+10 |
* | Don't include bsd.own.mk from sys.mk, this makes it impossible | ru | 2002-04-17 | 1 | -8/+1 |
* | Back out revision 1.23 (SUBDIR_CHANGE). | ru | 2002-02-06 | 1 | -37/+12 |
* | Support the "install.debug" and "reinstall.debug" targets for kernel modules. | des | 2001-10-27 | 1 | -1/+2 |
* | Make it possible to build manpages for the entire source tree. | ru | 2001-03-27 | 1 | -2/+2 |
* | Fix typo. | marcel | 2000-01-03 | 1 | -1/+1 |
* | ${MACHINE} -> ${MACHINE_ARCH} | marcel | 1999-11-14 | 1 | -5/+5 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Restored objlink. The previous commit was confused about the difference | bde | 1999-03-21 | 1 | -3/+3 |
* | Bitrot. Remove objlink as it is not pleasant to be downwind. | markm | 1999-03-14 | 1 | -3/+3 |
* | Make ../Makefile.inc handling more consistant to prevent multiple includes | peter | 1998-08-08 | 1 | -1/+7 |
* | Delete stale comment. | wosch | 1998-05-06 | 1 | -4/+2 |
* | Support for fine-grained external control of subdir building. | eivind | 1998-03-29 | 1 | -12/+38 |
* | Remove special handling of 'tags' for complex subdir systems | eivind | 1998-03-26 | 1 | -26/+4 |
* | Support new version of global. | eivind | 1998-03-23 | 1 | -5/+5 |
* | Introduce the 'regress' target. | eivind | 1998-03-12 | 1 | -2/+2 |
* | target(__target) -> target(${__target}) | wosch | 1997-11-15 | 1 | -2/+2 |
* | Change the distribute targets so that a given item in our source tree | jkh | 1997-06-21 | 1 | -2/+4 |
* | Support GLOBAL style tags. | jkh | 1997-04-13 | 1 | -3/+25 |
* | Remove ${MAKEFLAGS} on recommendation by Bruce, mainly because the reason | scrappy | 1997-03-31 | 1 | -2/+2 |
* | Add ${MAKEFLAGS} to ${MAKE} in _SUBDIRUSE so that something like | scrappy | 1997-03-30 | 1 | -2/+2 |
* | Add comments. | wosch | 1997-03-09 | 1 | -2/+33 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Added a `checkdpadd' target to help check that ${DPADD} is consistent with | bde | 1996-09-20 | 1 | -2/+3 |
* | Add default targets for cleandepend and objlink. | jkh | 1996-06-24 | 1 | -2/+2 |
* | remove BINGRP?=, BINOWN?=, BINMODE?=, STRIP?= | wosch | 1996-04-05 | 1 | -44/+11 |
* | "make distribute" have changed, beware if you use it. | phk | 1995-02-25 | 1 | -2/+2 |
* | Eliminate a bogus stray tab. | jkh | 1995-01-23 | 1 | -2/+1 |
* | Change DISTRIBUTION names. Also make bsd.doc.mk go to doc distribution, | jkh | 1995-01-14 | 1 | -2/+2 |
* | Add a new "distribute" target. This is a variant of install, which will | phk | 1994-11-13 | 1 | -1/+11 |
* | Add support for DEBUG_FLAGS. If you say something like: | jkh | 1994-09-16 | 1 | -1/+3 |
* | Use ${ECHODIR} instead of `echo' for printing directory names so that | bde | 1994-08-28 | 1 | -3/+3 |
* | Spplat our 1.1.5 `mk' ifiles over the top of the 4.4 ones. So far | wollman | 1994-08-04 | 1 | -15/+11 |