summaryrefslogtreecommitdiffstats
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
* Slightly more complete implementation of SUBDIR for libraries.wollman1995-01-141-7/+7
* Add SUBDIR facility to bsd.lib.mk like in bsd.prog.mk.wollman1995-01-141-2/+15
* The enclosed patch makes bsd.doc.mk consistent with bsd.prog.mkjkh1995-01-141-17/+7
* The enclosed patch is a cosmetic change to bsd.prog.mk. Whenjkh1995-01-141-3/+3
* Change DISTRIBUTION names. Also make bsd.doc.mk go to doc distribution,jkh1995-01-146-12/+12
* Whoops! Correct cut-and-paste gaffe.jkh1995-01-121-3/+2
* Add an ID line at the top (this thing still needs some sort ofjkh1995-01-121-0/+9
* Use absolute path for install passed to configureache1995-01-121-3/+3
* Always delete ${DOC}.ps and ${DOC}.ascii in the clean target, no matter whatwollman1995-01-111-2/+3
* Typo!asami1995-01-111-3/+3
* Add missing ! in front of pipeline for extract commands---otherwiseasami1995-01-111-3/+3
* Add .MAIN: all so that extraneous targets don't confuse `make'.wollman1995-01-111-1/+2
* Add standard before/real/afterinstall support like in bsd.prog.mk.wollman1995-01-111-2/+13
* Fix last .endif.wollman1995-01-111-1/+2
* Changes to make /usr/share/doc work somewhat right. (SMM commitswollman1995-01-111-3/+38
* Catch case where extraction fails. Thanks!jkh1995-01-101-3/+7
* Use .MAIN: allache1995-01-071-0/+2
* Move pre-extract target inside COOKIEache1995-01-061-7/+8
* Sort out dependencies. Now they look like:asami1995-01-051-5/+5
* Typo fix from Ollivier Robert.jkh1995-01-051-3/+3
* Rename check-md5 target to checksum.jkh1995-01-051-3/+3
* Gary Palmer's patches for checksumming and description.jkh1995-01-041-7/+13
* Fix BINMODE to override sys.mk defaultsache1995-01-042-7/+5
* Remove INSTALL, now into sys.mkache1995-01-041-2/+1
* Fix building of target with multiply sourcesache1995-01-041-6/+8
* Fix error in clean targetache1995-01-041-4/+3
* Much improved variantache1995-01-041-6/+54
* Put depends before configure. No reason that I can see for putting it after,jkh1995-01-041-2/+2
* Some of the doc here was less than adequately fleshed-out. Make somejkh1995-01-041-10/+20
* Document describe target.jkh1995-01-041-1/+3
* Add describe target support.jkh1995-01-032-2/+15
* Install bsd.info.mk.bde1995-01-031-4/+6
* A generalized version of revision 1.1 of gnu/libnexex/uucp/doc/Makefile.bde1995-01-021-0/+16
* Remove `MKDEP= -p'. Now I know why lkm compiled so fast after headersbde1995-01-011-3/+1
* Preset ac_cv_path_CC="${CC}" before running ./configure,ache1995-01-011-2/+2
* Oops, forget "" for ${CC} and ${CFLAGS}...ache1994-12-281-2/+2
* Set proper INSTALL* variables before running ./configureache1994-12-281-2/+5
* Move INSTALL?=install line duplicated into each .mk to sys.mkache1994-12-285-11/+7
* Use CFLAGS=${CFLAGS} ./configure to avoid picking dumb GNU -g defaultache1994-12-281-2/+2
* Use "CC=${CC} ./configure" to avoid usage of debugging 'gcc'ache1994-12-281-2/+2
* Remove -T from ar, nm fixed nowache1994-12-281-4/+4
* Add T option back to ar until nm will be fixed. Sorry, nate.ache1994-12-241-4/+4
* Strip out unused local symbols from shared objects, and no longernate1994-12-231-4/+14
* Don't use `MKDEP= -p' even for the case of a single source file since webde1994-12-221-3/+3
* Put dummy targets for make-md5 & check-md5 inside agpalmer1994-12-171-1/+5
* bsd.port.mk: missing semicolon addedgpalmer1994-12-172-4/+8
* Automatically add gmake to DEPENDS, if USE_GMAKEache1994-12-171-1/+4
* Don't use build: ... pre-build, move pre-build insideache1994-12-171-2/+3
* patch: pre-patch ... is wrong, move pre-patchache1994-12-141-2/+3
* Added '${GMAKE} install.man' when installing with Imake and gmakejmz1994-12-121-1/+4
OpenPOWER on IntegriCloud