aboutsummaryrefslogtreecommitdiff
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
...
* correct semantic error in the English usage:Adam David1996-02-081-5/+5
* Mention "make reinstall" in the message that gets printed out whenSatoshi Asami1996-02-071-2/+2
* Add NCFTP tailer arguments: ${NCFTPTAIL} variableAndrey A. Chernov1996-02-061-5/+5
* Back out my previous change, which caused c++rt0.o to be linked intoJohn Polstra1996-01-211-1/+1
* Always link /usr/lib/c++rt0.o into a shared library. CPLUSPLUSLIB is noJohn Polstra1996-01-171-2/+2
* Added `-Wstrict-prototypes -Wmissing-prototypes' to CWARNFLAGS so thatBruce Evans1995-12-161-2/+4
* Added `9' to ${SECTIONS}.Bruce Evans1995-12-141-2/+2
* Add support for ALL_HOOK feature. Lets you replace the `all' targetJordan K. Hubbard1995-12-071-1/+13
* Added a preprocessor for soelem. If if USE_SOELIMPP is defined, thenBruce Evans1995-11-291-2/+14
* Make the {FETCH,BUILD,RUN}_DEPEND targets work with non-executable filesSatoshi Asami1995-11-261-5/+23
* Use NO_MTREE, not !USE_X11 && !USE_IMAKE, to determine package args.Satoshi Asami1995-11-171-2/+2
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up theBruce Evans1995-11-041-2/+3
* Fix maninstall target for the NOMANCOMPRESS case. The previous revisionBruce Evans1995-10-211-6/+13
* Add `.sh' suffix and rule.Bruce Evans1995-10-211-10/+12
* Back out the two latest changes. The -current branch is now equal toSatoshi Asami1995-10-171-7/+1
* Add NO_FETCH handling in the similar way as other NO_* targets doesAndrey A. Chernov1995-10-161-1/+5
* Fix NO_EXTRACT case: build missing WRKDIRAndrey A. Chernov1995-10-161-1/+3
* An even better idea: The default will be that on _${KMOD} (_nfs_mod...) willPoul-Henning Kamp1995-10-151-2/+3
* Automatically DTRT for VFS_LKMPoul-Henning Kamp1995-10-151-1/+2
* Change the default PRINTER from ps to ascii.John Fieber1995-10-151-2/+2
* Make a rule for cleaning the namelist of lkms.Poul-Henning Kamp1995-10-151-2/+9
* Fix the support for MANSRC (it was broken by the compression changes):Bruce Evans1995-10-141-54/+33
* Add "--batch" to PATCH_ARGS and PATCH_DIST_ARGS when ${BATCH} is setSatoshi Asami1995-10-111-1/+5
* Don't run `ranlib -t' at install time. Our ld has never looked at theBruce Evans1995-10-091-6/+1
* Add CONFIGURE_ENV: pass this environment to configure script.Andrey A. Chernov1995-10-041-2/+3
* Attempt to sound more civilized by adding a missing period toSatoshi Asami1995-10-041-2/+2
* Use full pathname for ldconfig (/sbin/ldconfig).Satoshi Asami1995-10-021-2/+2
* Compress manual pages (if desired) in the obj directory ratherGarrett Wollman1995-10-024-63/+62
* Split EXEC_DEPENDS into FETCH_DEPENDS, BUILD_DEPENDS and RUN_DEPENDS.Satoshi Asami1995-09-181-15/+61
* Ignore patchfiles that end with ".orig" or "~".Satoshi Asami1995-09-131-5/+19
* Now works correctly with obj directories.John Fieber1995-09-101-17/+12
* Fix a bug with the clean target.John Fieber1995-09-101-10/+16
* Add bsd.sgml.mkJohn Fieber1995-09-081-2/+2
* A makefile for sgml source files.John Fieber1995-09-081-0/+150
* Don't trust ncftp's exit status, they are not indicative of whetherSatoshi Asami1995-08-291-14/+12
* Clean up EXTRACT_ONLY logic a bit. Instead of branching in theSatoshi Asami1995-08-291-10/+5
* Merge all the "skeleton" target into one macro. This is an enormousSatoshi Asami1995-08-181-237/+149
* Changed default optimization from -O2 back to -O...gcc 2.6.* has seriousDavid Greenman1995-08-111-2/+2
* Use lorder/tsort for shared libraries. It might help group things better.David Greenman1995-08-021-2/+2
* Use GZIPCMD to hold name of gzip command rather than just GZIP.Garrett Wollman1995-07-272-9/+9
* Compress `doc' and `info' documents before installing them.Garrett Wollman1995-07-262-18/+44
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-07-251-2/+2
* Let MASTER_SITE_OVERRIDE be prepended to the MASTER_SITES list insteadSatoshi Asami1995-07-241-3/+3
* Simplify the USE_IMAKE stuff considerably.Jordan K. Hubbard1995-07-171-9/+1
* A regrettable hack to allow a port to say that it doesn't want its MakefilesJordan K. Hubbard1995-07-151-1/+5
* Add IS_DEPENDED_TARGET to change the behavior of a port when you wantSatoshi Asami1995-07-111-2/+18
* UseSatoshi Asami1995-06-261-6/+6
* Use full pathnames for the commands. Everything except gmake andSatoshi Asami1995-06-261-93/+99
* Check if uid is 0 before running mtree. If you aren't root, you justSatoshi Asami1995-06-261-2/+7
* Add new option NO_MTREE. If set, bsd.port.mk won't run mtree toSatoshi Asami1995-06-251-2/+8