aboutsummaryrefslogtreecommitdiff
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELEASE_2_0'.cvs2svn1994-11-221-1/+3
* This commit was manufactured by cvs2svn to create branch 'BETA_2_0'.cvs2svn1994-11-217-68/+132
* Update make.conf and sys.mk to reflect the most recent advances inPoul-Henning Kamp1994-11-071-5/+3
* For submakes, don't do a `${MAKE} ${MAKEFILE} all' orJordan K. Hubbard1994-11-031-5/+8
* Add reinstall target for Poul-H. This lets you install again fromJordan K. Hubbard1994-11-031-2/+12
* This is what I get for implementing suggestions without really thinkingJordan K. Hubbard1994-11-011-2/+2
* 2 changes:Jordan K. Hubbard1994-11-011-9/+16
* Make patch rule pick up everything in patchdir alphabetically.Jordan K. Hubbard1994-10-311-2/+2
* Use += instead of ?= for setting LDDESTDIR. Some Makefiles, such asBruce Evans1994-10-251-2/+2
* Some profiled/shared objects were being built despite NOPROFILE/NOPICBruce Evans1994-10-251-1/+5
* 1. PREFIX has nothing to do with DESTDIR. Remove it finally.Jordan K. Hubbard1994-10-221-4/+4
* Invoke install.man if USE_IMAKE is set.Jordan K. Hubbard1994-10-221-1/+4
* Fix typo in description of LIBRPCSVC.Bruce Evans1994-10-191-1/+1
* Added libmd.a -> LIBMDPaul Traina1994-10-181-1/+3
* Add ${.MAKEFLAGS} to sub-makes, pointed by RodAndrey A. Chernov1994-10-141-4/+4
* Add new IS_INTERACTIVE flag. This lets you specify that the portJordan K. Hubbard1994-10-141-3/+37
* Silence the sub-makes.Jordan K. Hubbard1994-10-131-3/+3
* Change the way pre-install was done after a suggestion from Andrew.Jordan K. Hubbard1994-10-131-7/+5
* Re-work the way pre-install was being depended. I couldn't make theJordan K. Hubbard1994-10-121-3/+3
* Oops, change ${MAKE_FLAGS} to ${MAKEFLAGS} in pre-configure lineAndrey A. Chernov1994-10-121-2/+2
* Move 'make pre-configure' inside .configure.done: target, orAndrey A. Chernov1994-10-121-2/+3
* configure: pre-configure extract ... must beAndrey A. Chernov1994-10-121-2/+2
* LIBDIALOG addedAndrey A. Chernov1994-10-112-1/+4
* SHAREDSTRINGS support was no longer used and just clutters things up,Rodney W. Grimes1994-10-102-18/+1
* 1. Mark file as seriously out of date with reality.Rodney W. Grimes1994-10-091-9/+27
* LIBMYTINFO and LIBNCURSES defines addedAndrey A. Chernov1994-10-071-1/+5
* Following changes from Robert Withrow (+ a few mods):Jordan K. Hubbard1994-10-051-4/+11
* Add an install prefix for packages, so that they're built by defaultJordan K. Hubbard1994-10-041-2/+2
* Also make GNU_CONFIGURE a synonym for HAS_CONFIGURE so you don't haveJordan K. Hubbard1994-10-041-1/+2
* If GNU_CONFIGURE is set, pass `--prefix=${PREFIX}'; this should helpJordan K. Hubbard1994-10-041-1/+6
* Whoops! Forgot to pass PREFIX to the configure subshells. Done.Jordan K. Hubbard1994-10-041-5/+5
* Add PREFIX pointing to ${DESTDIR}/usr/local - let's see if we can'tJordan K. Hubbard1994-10-041-1/+3
* Prevent duplicate installs with an install cookie.Jordan K. Hubbard1994-10-031-4/+12
* May the saints praise Robert Withrow <witr@rwwa.com> for showing meJordan K. Hubbard1994-10-031-9/+17
* Add .S to SUFFIXES and add .S.o: rule.Rodney W. Grimes1994-10-021-2/+5
* Don't hardcode patch and its arguments. Not quite the same patch as submittedJordan K. Hubbard1994-09-281-2/+6
* Lots of kernel code requires vnodE_if.h, so provide code to generate itGarrett Wollman1994-09-261-3/+1
* change COOKIE directory from .CURDIR to WRKDIR since a user may not haveSteven Wallace1994-09-221-3/+3
* Make it easier to create filesystem LKMs by doing most of theGarrett Wollman1994-09-211-1/+16
* Modified DEPENDS rule so that anything you depend on gets bothJordan K. Hubbard1994-09-191-2/+2
* DESTDIR added to PORTSDIR definitionAndrey A. Chernov1994-09-191-2/+2
* Emendation to previous commit: only create static INTERNALLIBs ifGarrett Wollman1994-09-181-1/+3
* It turns out that occasionally you want both shared and static versionsGarrett Wollman1994-09-181-4/+2
* Add support for DEBUG_FLAGS. If you say something like:Jordan K. Hubbard1994-09-165-6/+20
* A make system file for building LKMs, derived from bsd.prog.mk.Garrett Wollman1994-09-142-2/+145
* Remove obsolete bundle target, add new fetch target.Jordan K. Hubbard1994-09-141-5/+5
* Don't assume / seperator between site name and dist file in fetch.Jordan K. Hubbard1994-09-141-3/+3
* Missing semi-colon after a done statement. Fixed.Jordan K. Hubbard1994-09-131-2/+2
* Adjust comments to document MASTER_SITES and remove mention ofJordan K. Hubbard1994-09-131-5/+2
* Ok, I think I have this whole HOME_LOCATION / MASTER_SITE stuff resolvedJordan K. Hubbard1994-09-131-10/+14