summaryrefslogtreecommitdiffstats
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
...
* DISTRIBUTION=bin - we separate it out later.jkh1998-01-231-3/+3
* FreeBSD's make knows about the MACHINE, but not the MACHINE_ARCH unlessjb1998-01-211-2/+9
* Choose the default binary format based on machine type.jb1998-01-132-2/+10
* Add a couple of ?='s missed in the previous commit.steve1998-01-041-3/+3
* Add new variables:wosch1998-01-031-2/+10
* Undo rev 1.11, the cd is null since NOOBJ is set.wosch1998-01-031-2/+2
* About one month worth of bsd.port.mk improvements.asami1998-01-021-13/+66
* DISTRIBUTION is bin (we'll make the info dist another way).jkh1997-12-261-6/+2
* Only remove ${CLEANFILES} in the default clean rule. In particular,bde1997-12-191-18/+16
* Oops, the previous patch was botched.bde1997-12-181-2/+1
* Oops, rm -f can't handle empty lists.bde1997-12-171-1/+5
* Oops, rm -f can't handle empty lists.bde1997-12-171-1/+3
* Don't clean files that we don't create.bde1997-12-171-4/+4
* Normally don't include <bsd.libnames.mk>. Include it in the !aout casebde1997-12-171-6/+8
* Removed gross dir file bootstrap rule again. It would break buildingbde1997-12-161-19/+12
* Add libcalendarhelbig1997-12-151-1/+2
* Optimize rm(1) usage.wosch1997-12-141-3/+2
* Add LIBZwosch1997-12-091-1/+2
* Define MASTER_SITE_SUBDIR and PATCH_SITE_SUBDIR to default to "." soasami1997-11-201-1/+11
* Add new target "checksubdirs". It will warn about any subdirectories thatasami1997-11-201-1/+29
* target(__target) -> target(${__target})wosch1997-11-151-2/+2
* Upgrade perl to perl5.004_04markm1997-11-121-3/+3
* target(__target) -> target(${__target})wosch1997-11-101-2/+2
* Remove the comments hat just list the nested includes.wosch1997-11-095-14/+6
* target(__target) -> target(${__target})wosch1997-11-091-2/+2
* Convert <, > and & into &lt;, &gt; and &amp; in port names, COMMENT andfenner1997-11-061-7/+14
* Inlucde ../Makefile.inc if exists. This make it easier towosch1997-11-021-1/+5
* Undo rev 1.33 and 1.34: Build the HTML files in .CURDIR andwosch1997-11-011-3/+4
* Oops, comment lines can't be indented either.bde1997-10-211-3/+2
* Oops, comment lines can't be continued.bde1997-10-211-3/+3
* Added -Wuninitialized to CWARNFLAGS. Warnings about uninitialializedbde1997-10-211-2/+3
* Support output format html.wosch1997-10-121-19/+46
* Do not use an intermediate file. The intermediate filename will gowosch1997-10-111-3/+2
* Bugfix for rev 1.41:wosch1997-10-091-2/+2
* Install ${PKGDIR}/MESSAGE as /var/db/pkg/${PKGNAME}/+DISPLAY if it exists.asami1997-10-081-1/+4
* Changes to support full make parallelism (-j<n>) in the worldjkh1997-10-051-3/+7
* Delete redundant entries.wosch1997-10-041-15/+21
* Support output formats dvi, ps, latin1.wosch1997-10-011-14/+36
* Restore the BINFORMAT?= in sys.mk, or it's painfully difficult to usepeter1997-09-052-4/+10
* Change the BINFORMAT definitions so that they do not depend on sys.mk,peter1997-09-053-6/+9
* A first cut at some rules for building elf shared libs. Of particularpeter1997-08-303-3/+53
* Fixed cleandepend target. Subdirectories weren't handled unless SRCSbde1997-08-261-2/+2
* Add "distclean" to list of targets to descend into subdirs for.asami1997-08-221-2/+2
* (1) Be nicer about mtree file missing. (Actually, just suggest whereasami1997-08-201-3/+13
* Merge buildworld/installworld patch to Makefile from RELENG_2_2. Patchasami1997-08-052-3/+5
* Do not set the application variable LDDESTDIR. Note that it is still honoredasami1997-07-311-6/+1
* Don't use !empty() on the potentially unset variable MANBUILDCAT. Usingbde1997-07-251-8/+8
* Removed a stray `.if' that broke everything.bde1997-07-251-2/+1
* Allow optional building of preformatted manual pages.pst1997-07-241-2/+80
* Added ${KMOD} to CLEANFILES. ${KMOD} gets created if you run `make load'.bde1997-07-211-2/+2
OpenPOWER on IntegriCloud