aboutsummaryrefslogtreecommitdiff
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
* Submitted by: fennerSatoshi Asami1996-12-091-10/+14
* Was using new URL (ftp://ftp://) before the RFC has been voted on. :-)David E. O'Brien1996-12-081-2/+2
* Optimize by changing "sort | uniq" -> "sort -u". "make index" is nowSatoshi Asami1996-12-041-6/+6
* Merge from RELENG_2_2 (duh). See rev 1.227.2.4 for details.Satoshi Asami1996-11-301-53/+95
* Just realized that the spacing after "==>" is not consistent. I'mSatoshi Asami1996-11-141-8/+8
* Oops, forgot to silencethe gzip command to compress manpages.Satoshi Asami1996-11-141-2/+3
* (1) There is no default "orphans" for CATEGORIES, it simply fails ifSatoshi Asami1996-11-131-21/+106
* Turned off -W and -Winline so that the warnings that should be fixed forBruce Evans1996-11-111-3/+3
* Style changes: $(...) --> ${...}, consistent placement of -c.Alexander Langer1996-11-071-15/+15
* Set tabstops to 4 in vi like in emacs.David E. O'Brien1996-11-031-1/+2
* Add in POSIX 1003.2 mandated rules. NOTE: theseSteve Price1996-11-031-1/+93
* (1) Add NetBSD support. Closes PR bin/1643.Satoshi Asami1996-11-012-36/+76
* Oops, this wasn't supposed to have -Wcast-qual yet.Bruce Evans1996-10-091-2/+2
* Oops, forgot to cvs add bsd.kern.mk.Bruce Evans1996-10-081-0/+15
* Centralized the definition of CWARNFLAGS into bsd.kern.mk.Bruce Evans1996-10-082-9/+6
* Generate ISO-8859-1 text by default instead of US-ASCII.John Fieber1996-10-081-2/+2
* add variables MODLOAD and MODUNLOAD for modlad/modunload commandsWolfram Schneider1996-10-061-4/+11
* Create first HTML output and than ASCII. GeneratingWolfram Schneider1996-10-061-3/+3
* Add LIBSTDCPLUSPLUSPeter Wemm1996-10-041-1/+2
* libresolv.a doesn't exist anymore... Hmm, what's the right thing to doPeter Wemm1996-10-041-2/+2
* 1) If as link file was created by sgmlfmt, use it during installation.John Fieber1996-10-011-5/+8
* Don't warn about non-canonical object directories if they have beenBruce Evans1996-09-291-15/+20
* Add links file to CLEANFILES.John Fieber1996-09-291-2/+2
* The warning was triggering off the unused variable MAKEOBJDIR, insteadNate Williams1996-09-281-2/+2
* Fixed dependencies on libraries which I broke in rev.1.39 ofBruce Evans1996-09-282-4/+6
* Back out changes in rev. 1.217 -- ${CONFIGURE_SCRIPT} is notSatoshi Asami1996-09-241-3/+3
* Back out my brackets change, it is definitely make bug, (recentlyAndrey A. Chernov1996-09-241-2/+2
* Add brackets to change bogus make expression priority, i.e.Andrey A. Chernov1996-09-241-2/+2
* Look on the CDROM for patch files too.Satoshi Asami1996-09-231-2/+4
* Added a `checkdpadd' target to help check that ${DPADD} is consistent withBruce Evans1996-09-202-3/+16
* Fixed and simplified `whereobj' rule. Use the not-so-new -V feature.Bruce Evans1996-09-201-10/+2
* add -fgnu-runtime to the .m.o and .m.po rules, since we (will) havePeter Wemm1996-09-191-3/+3
* disable the objwarn warning if NOOBJ is set.. We have quite a few placesPeter Wemm1996-09-191-3/+5
* .TARGETOBJDIR has been removed from make and CANONICALOBJDIR set inSteven Wallace1996-09-184-29/+49
* Workaround to (hopefully) fix the NOMANCOMPRESS case of the MANFILTER-usingPeter Wemm1996-09-161-3/+18
* Moved definitions of library names from bsd.prog.mk to a new centralBruce Evans1996-09-054-58/+60
* Fixed `make objlink' (and `make obj' in the (non-default) OBJLINK case).Bruce Evans1996-09-051-3/+5
* BSD.usr.dist:Bruce Evans1996-09-032-18/+2
* Don't depend in the kernel on the gcc feature of doing arithmetic onBruce Evans1996-08-311-2/+2
* Use MANFILTER everywhere instead of a couple of MANFILT typos..Peter Wemm1996-08-261-4/+4
* /bin/echo -> ${ECHO}Wolfram Schneider1996-08-251-2/+2
* Back out the recent DEPEND changes - as Bruce points out, it's bogus.Jordan K. Hubbard1996-08-253-7/+4
* Use the new "file:" URL specification to fetch to check the CDROMSatoshi Asami1996-08-241-2/+12
* Make it possible to turn the depend pass off entirely with a NO_DEPENDJordan K. Hubbard1996-08-234-7/+10
* Add depend to all target so that it's explicit. It's only done once,Jordan K. Hubbard1996-08-233-6/+6
* Update explanation of *_DEPENDS, in particular note that bsd.port.mkSatoshi Asami1996-08-201-18/+20
* (1) Use INSTALL_PROGRAM where we attempt to pass this command lineSatoshi Asami1996-08-181-2/+7
* (1) Ignore patches directory without a patch with a message instead ofSatoshi Asami1996-08-171-44/+29
* (1) Add myself as MAINTAINER (of this file) -- commented out so itSatoshi Asami1996-08-151-4/+29
* Add a hook ``MANFILTER''. This optionally specifies a command toPeter Wemm1996-08-111-1/+22