summaryrefslogtreecommitdiffstats
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
* This is what I get for implementing suggestions without really thinkingjkh1994-11-011-2/+2
* 2 changes:jkh1994-11-011-9/+16
* Make patch rule pick up everything in patchdir alphabetically.jkh1994-10-311-2/+2
* Use += instead of ?= for setting LDDESTDIR. Some Makefiles, such asbde1994-10-251-2/+2
* Some profiled/shared objects were being built despite NOPROFILE/NOPICbde1994-10-251-1/+5
* 1. PREFIX has nothing to do with DESTDIR. Remove it finally.jkh1994-10-221-4/+4
* Invoke install.man if USE_IMAKE is set.jkh1994-10-221-1/+4
* Fix typo in description of LIBRPCSVC.bde1994-10-191-1/+1
* Added libmd.a -> LIBMDpst1994-10-181-1/+3
* Add ${.MAKEFLAGS} to sub-makes, pointed by Rodache1994-10-141-4/+4
* Add new IS_INTERACTIVE flag. This lets you specify that the portjkh1994-10-141-3/+37
* Silence the sub-makes.jkh1994-10-131-3/+3
* Change the way pre-install was done after a suggestion from Andrew.jkh1994-10-131-7/+5
* Re-work the way pre-install was being depended. I couldn't make thejkh1994-10-121-3/+3
* Oops, change ${MAKE_FLAGS} to ${MAKEFLAGS} in pre-configure lineache1994-10-121-2/+2
* Move 'make pre-configure' inside .configure.done: target, orache1994-10-121-2/+3
* configure: pre-configure extract ... must beache1994-10-121-2/+2
* LIBDIALOG addedache1994-10-112-1/+4
* SHAREDSTRINGS support was no longer used and just clutters things up,rgrimes1994-10-102-18/+1
* 1. Mark file as seriously out of date with reality.rgrimes1994-10-091-9/+27
* LIBMYTINFO and LIBNCURSES defines addedache1994-10-071-1/+5
* Following changes from Robert Withrow (+ a few mods):jkh1994-10-051-4/+11
* Add an install prefix for packages, so that they're built by defaultjkh1994-10-041-2/+2
* Also make GNU_CONFIGURE a synonym for HAS_CONFIGURE so you don't havejkh1994-10-041-1/+2
* If GNU_CONFIGURE is set, pass `--prefix=${PREFIX}'; this should helpjkh1994-10-041-1/+6
* Whoops! Forgot to pass PREFIX to the configure subshells. Done.jkh1994-10-041-5/+5
* Add PREFIX pointing to ${DESTDIR}/usr/local - let's see if we can'tjkh1994-10-041-1/+3
* Prevent duplicate installs with an install cookie.jkh1994-10-031-4/+12
* May the saints praise Robert Withrow <witr@rwwa.com> for showing mejkh1994-10-031-9/+17
* Add .S to SUFFIXES and add .S.o: rule.rgrimes1994-10-021-2/+5
* Don't hardcode patch and its arguments. Not quite the same patch as submittedjkh1994-09-281-2/+6
* Lots of kernel code requires vnodE_if.h, so provide code to generate itwollman1994-09-261-3/+1
* change COOKIE directory from .CURDIR to WRKDIR since a user may not haveswallace1994-09-221-3/+3
* Make it easier to create filesystem LKMs by doing most of thewollman1994-09-211-1/+16
* Modified DEPENDS rule so that anything you depend on gets bothjkh1994-09-191-2/+2
* DESTDIR added to PORTSDIR definitionache1994-09-191-2/+2
* Emendation to previous commit: only create static INTERNALLIBs ifwollman1994-09-181-1/+3
* It turns out that occasionally you want both shared and static versionswollman1994-09-181-4/+2
* Add support for DEBUG_FLAGS. If you say something like:jkh1994-09-165-6/+20
* A make system file for building LKMs, derived from bsd.prog.mk.wollman1994-09-142-2/+145
* Remove obsolete bundle target, add new fetch target.jkh1994-09-141-5/+5
* Don't assume / seperator between site name and dist file in fetch.jkh1994-09-141-3/+3
* Missing semi-colon after a done statement. Fixed.jkh1994-09-131-2/+2
* Adjust comments to document MASTER_SITES and remove mention ofjkh1994-09-131-5/+2
* Ok, I think I have this whole HOME_LOCATION / MASTER_SITE stuff resolvedjkh1994-09-131-10/+14
* Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcaprgrimes1994-09-112-4/+4
* More fixes and general cleanup. Add more fine-grained control over whatjkh1994-09-111-15/+25
* Whoops, forgot to stop this lurking typo, too.jkh1994-09-111-2/+1
* Eliminate a few lurking bogons - this is almost close to being right!jkh1994-09-111-4/+13
* Annual simplification drive:jkh1994-09-101-110/+95
OpenPOWER on IntegriCloud