summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.own.mk
Commit message (Collapse)AuthorAgeFilesLines
* Bring in my changes for removing the pestilent obj links (unless youjkh1996-06-241-15/+1
| | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current.
* Add some comments for variables and targets.wosch1996-05-251-2/+117
|
* add SHAREDIR?=, SHAREOWN?=, SHAREGRP?=, SHAREMODE?=,wosch1996-03-311-24/+47
| | | | | | | | | | INFOOWN?=, INFOGRP?=, INFOMODE?= set variables recursive, eg. change KMODOWN?=bin to KMODOWN?=${BINOWN} from NetBSD: add NLSDIR?=, NLSGRP?=, NLSOWN?=, NLSMODE?=, BSDSRCDIR?=, BSDOBJDIR?=, NOBINMODE?=
* KMODDIR= -> KMODDIR?=wosch1996-03-241-2/+4
| | | | add INFODIR
* add DOCDIR, DOCOWN, DOCGRP, DOCMODE for documentswosch1996-03-121-6/+24
| | | | | | add LIBDIR, LINTLIBDIR, SHLIBDIR, LIBOWN, LIBGRP, LIBMODE for libs add KMODOWN, KMODGRP, KMODMODE new variable KMODDIR similar to BINDIR
* Add support for DEBUG_FLAGS. If you say something like:jkh1994-09-161-1/+3
| | | | | | | make DEBUG_FLAGS=-g2 You can compile something for debugging at debugging level 2. It will also take care not to strip the resulting executable(s).
* Add a couple of files we created in 1.x.wollman1994-08-041-0/+14
OpenPOWER on IntegriCloud