aboutsummaryrefslogtreecommitdiff
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
* (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
* Replace some leaky ``cpp | as'' pipelines with ``cc -x <lang>'' commandsPeter Wemm1996-08-111-13/+10
* Make explanation of BUILD_DEPENDS less confusing.Satoshi Asami1996-08-071-3/+3
* Use tsort -qJordan K. Hubbard1996-08-031-4/+4
* The clean rule in here was bogus.Jordan K. Hubbard1996-07-271-4/+1
* Fixed bug, that CONFIGURE_SCRIPT in a port's Makefile doesn't haveAndreas Klemm1996-07-271-3/+3
* Fix the recently added whereobj target.Peter Wemm1996-07-141-4/+4
* Add whereobj target to find that pesky obj dirPaul Traina1996-07-121-1/+17
* Remove now-unused SRC_ENCAPSULATION hack.Jordan K. Hubbard1996-07-051-29/+1
* Fix the ordering dependency I broke.Jordan K. Hubbard1996-06-301-2/+2
* Make cleandirs more safePoul-Henning Kamp1996-06-292-4/+4
* Add a missing space in a commentGary Palmer1996-06-261-2/+2
* Add default targets for cleandepend and objlink.Jordan K. Hubbard1996-06-241-2/+2
* Bring in my changes for removing the pestilent obj links (unless youJordan K. Hubbard1996-06-2411-279/+126
* Correct spelling errors (i before e except after c :-) )Gary Palmer1996-06-221-3/+3
* Add man-page section 'n' and LIBTCL macro.Poul-Henning Kamp1996-06-222-3/+4
* Handle the `distribute' target.Jordan K. Hubbard1996-06-201-1/+7
* Whoops - I made `make clean' chatty by mistake.Jordan K. Hubbard1996-06-201-2/+2
* The changes to go with ncftp -> fetch. Besides changing the names,Satoshi Asami1996-06-191-11/+12
* Spit out the a proper port path for the describe target.Jordan K. Hubbard1996-06-191-2/+2
* Ok, now cleandir: is correct.Jordan K. Hubbard1996-06-191-4/+4
* Add some unobtrusive changes to handle sources which aren't portsJordan K. Hubbard1996-06-191-53/+106
* Add support for ${CLEANDIRS} that will be rm -rf'ed during clean & cleandir.Poul-Henning Kamp1996-06-173-3/+17
* Synced with Makefile.i386: added -Wunused.Bruce Evans1996-06-171-2/+2
* Add LIBFTPIOJordan K. Hubbard1996-06-171-1/+2
* Add "MASTER_SITES?=" (no this is not a typo) right before theSatoshi Asami1996-06-131-1/+2
* Fix incorrect handling of .cxx files in default rules.John Fieber1996-06-031-4/+4
* Back out yacc change.Poul-Henning Kamp1996-06-021-8/+11
* Add some comments to sections to disable targets using NO_* variables.Satoshi Asami1996-06-011-6/+12
* Make the yacc rules reentrantPoul-Henning Kamp1996-05-301-12/+9
* Set MAKE_ENV and CONFIGURE_ARGS with += instead of ?=, it is easier toSatoshi Asami1996-05-301-3/+3
* Avoid a ton of "mv" when making libs by using -O to ld.Poul-Henning Kamp1996-05-282-43/+24
* `make install' do not depend on `make all'Wolfram Schneider1996-05-271-58/+62
* Add a note that MAKEOBJDIR is an enviroment variableWolfram Schneider1996-05-271-2/+8
* Add some comments for variables and targets.Wolfram Schneider1996-05-254-5/+272
* speedup MLINKSWolfram Schneider1996-05-251-14/+12
* Make some rules reentrant, and mark the onces that cannot be.Poul-Henning Kamp1996-05-092-32/+38
* Fix a minor grammatical error (reselled -> resold) I just noticed.Jordan K. Hubbard1996-04-271-2/+2
* Add CFLAGS=${CFLAGS} to MAKE_ENV, otherwise gmake won't pick it up.Satoshi Asami1996-04-261-2/+2
* New variable NOOBJLINKWolfram Schneider1996-04-221-9/+46
* Add "-x" to the linker command for building shared libraries. ThisJohn Polstra1996-04-211-2/+2
* install bsd.obj.mkWolfram Schneider1996-04-121-2/+2
* Add NO_CDROM, RESTRICTED, BROKEN and Motif support.Satoshi Asami1996-04-121-9/+50
* remove variables KMODGRP?=, KMODOWN?=, KMODMODE?=Wolfram Schneider1996-04-111-43/+15
* Add variable ``_MANPAGES'' This will be replace theWolfram Schneider1996-04-091-1/+3
* use .for loop for common targetsWolfram Schneider1996-04-091-51/+6
* Add targets cleanfiles/clean, cleandirWolfram Schneider1996-04-091-2/+20