aboutsummaryrefslogtreecommitdiff
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
* Move gzip(1) option -c from commandline into variable GZIPCMD. NotWolfram Schneider1997-01-141-2/+2
* Move $FreeBSD$ up right next to $NetBSD$ (oh, the solidarity! :).Satoshi Asami1997-01-141-2/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1417-17/+17
* Make sure dir file exists before we call install-info, which requires it.Jordan K. Hubbard1997-01-131-2/+6
* Skip non-existent subdirectories. The diff is rather large becauseSatoshi Asami1997-01-131-10/+11
* Add comments about variables and targets. Incomplete, see '???'.Wolfram Schneider1997-01-121-1/+71
* Add a general comment about this include file.Wolfram Schneider1997-01-121-1/+6
* Add OpenBSD support. Change some comments to reflect the fact. Also:Satoshi Asami1997-01-121-9/+22
* (1) New variable, SCRIPTS_ENV, which is passed to scripts/configureSatoshi Asami1997-01-121-23/+43
* one more tweak to make it fly without INFO defined. (like bsd.prog.mk)Peter Wemm1997-01-121-2/+2
* oops, missed a ${BINDIR} -> ${INFODIR}. Also remove the slash betweenPeter Wemm1997-01-121-2/+2
* recover spammed revisions 1.20 and 1.21. This fixes the breaks in thePeter Wemm1997-01-121-9/+8
* Revert changes to make the .y.c rule 'make -j n' safe.Steve Price1997-01-121-2/+4
* In an attempt to make the new info rules bootstrap themselves, makeJoshua Peck Macdonald1997-01-111-0/+8
* Change the installation rules. It now copies an empty dir fileJoshua Peck Macdonald1997-01-111-11/+28
* if !(command) -> if ! (command)Wolfram Schneider1997-01-101-2/+2
* FIx typing error .SRCDIR -> SRCDIRAndrey A. Chernov1997-01-061-2/+2
* Make the .y.c rule 'make -j n' friendly.Steve Price1997-01-061-4/+2
* Use SRCDIR to handle non-current directory docsAndrey A. Chernov1997-01-051-9/+8
* add new variable NOMLINKSWolfram Schneider1996-12-261-2/+4
* I'm sorry, this kind of commits need to be reviewed by me, espiciallySatoshi Asami1996-12-261-21/+7
* Integrate changes from OpenBSD's efforts to use the FreeBSD ports system.Warner Losh1996-12-251-4/+21
* Suggested by: msmithSatoshi Asami1996-12-231-9/+11
* Do not use variable PRINTERDEVICE as printer name.Wolfram Schneider1996-12-221-3/+3
* Change bsd.doc.mk to use the variable PRINTERDEVICE insteadMike Pritchard1996-12-191-12/+12
* Add missing targets (extract, patch) in the IGNORE (INTERACTIVE &Satoshi Asami1996-12-181-7/+11
* Add new variable IGNOREFILES, to be set to list of files that you don'tSatoshi Asami1996-12-171-13/+53
* update commentsWolfram Schneider1996-12-171-3/+3
* Change delimiter of substitution that uses MANLANG from `.' to `%', soSatoshi Asami1996-12-121-4/+4
* Extend the manpage compression handling a bit.Satoshi Asami1996-12-111-6/+18
* Add support for uncompressing manpages that are already installedSatoshi Asami1996-12-111-4/+16
* 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