summaryrefslogtreecommitdiffstats
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
* Added `-Wstrict-prototypes -Wmissing-prototypes' to CWARNFLAGS so thatbde1995-12-161-2/+4
* Added `9' to ${SECTIONS}.bde1995-12-141-2/+2
* Add support for ALL_HOOK feature. Lets you replace the `all' targetjkh1995-12-071-1/+13
* Added a preprocessor for soelem. If if USE_SOELIMPP is defined, thenbde1995-11-291-2/+14
* Make the {FETCH,BUILD,RUN}_DEPEND targets work with non-executable filesasami1995-11-261-5/+23
* Use NO_MTREE, not !USE_X11 && !USE_IMAKE, to determine package args.asami1995-11-171-2/+2
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up thebde1995-11-041-2/+3
* Fix maninstall target for the NOMANCOMPRESS case. The previous revisionbde1995-10-211-6/+13
* Add `.sh' suffix and rule.bde1995-10-211-10/+12
* Back out the two latest changes. The -current branch is now equal toasami1995-10-171-7/+1
* Add NO_FETCH handling in the similar way as other NO_* targets doesache1995-10-161-1/+5
* Fix NO_EXTRACT case: build missing WRKDIRache1995-10-161-1/+3
* An even better idea: The default will be that on _${KMOD} (_nfs_mod...) willphk1995-10-151-2/+3
* Automatically DTRT for VFS_LKMphk1995-10-151-1/+2
* Change the default PRINTER from ps to ascii.jfieber1995-10-151-2/+2
* Make a rule for cleaning the namelist of lkms.phk1995-10-151-2/+9
* Fix the support for MANSRC (it was broken by the compression changes):bde1995-10-141-54/+33
* Add "--batch" to PATCH_ARGS and PATCH_DIST_ARGS when ${BATCH} is setasami1995-10-111-1/+5
* Don't run `ranlib -t' at install time. Our ld has never looked at thebde1995-10-091-6/+1
* Add CONFIGURE_ENV: pass this environment to configure script.ache1995-10-041-2/+3
* Attempt to sound more civilized by adding a missing period toasami1995-10-041-2/+2
* Use full pathname for ldconfig (/sbin/ldconfig).asami1995-10-021-2/+2
* Compress manual pages (if desired) in the obj directory ratherwollman1995-10-024-63/+62
* Split EXEC_DEPENDS into FETCH_DEPENDS, BUILD_DEPENDS and RUN_DEPENDS.asami1995-09-181-15/+61
* Ignore patchfiles that end with ".orig" or "~".asami1995-09-131-5/+19
* Now works correctly with obj directories.jfieber1995-09-101-17/+12
* Fix a bug with the clean target.jfieber1995-09-101-10/+16
* Add bsd.sgml.mkjfieber1995-09-081-2/+2
* A makefile for sgml source files.jfieber1995-09-081-0/+150
* Don't trust ncftp's exit status, they are not indicative of whetherasami1995-08-291-14/+12
* Clean up EXTRACT_ONLY logic a bit. Instead of branching in theasami1995-08-291-10/+5
* Merge all the "skeleton" target into one macro. This is an enormousasami1995-08-181-237/+149
* Changed default optimization from -O2 back to -O...gcc 2.6.* has seriousdg1995-08-111-2/+2
* Use lorder/tsort for shared libraries. It might help group things better.dg1995-08-021-2/+2
* Use GZIPCMD to hold name of gzip command rather than just GZIP.wollman1995-07-272-9/+9
* Compress `doc' and `info' documents before installing them.wollman1995-07-262-18/+44
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-07-251-2/+2
* Let MASTER_SITE_OVERRIDE be prepended to the MASTER_SITES list insteadasami1995-07-241-3/+3
* Simplify the USE_IMAKE stuff considerably.jkh1995-07-171-9/+1
* A regrettable hack to allow a port to say that it doesn't want its Makefilesjkh1995-07-151-1/+5
* Add IS_DEPENDED_TARGET to change the behavior of a port when you wantasami1995-07-111-2/+18
* Useasami1995-06-261-6/+6
* Use full pathnames for the commands. Everything except gmake andasami1995-06-261-93/+99
* Check if uid is 0 before running mtree. If you aren't root, you justasami1995-06-261-2/+7
* Add new option NO_MTREE. If set, bsd.port.mk won't run mtree toasami1995-06-251-2/+8
* Add a "checkpatch" target that does a "patch -C" instead of a "patch".asami1995-06-241-3/+20
* Renamed the default package repository ".../packages/.packages" toasami1995-06-061-4/+5
* Remove comment about not being able to undefine a variable, as we *can*asami1995-05-291-3/+2
* Fix the indent level. I know we're in code freeze, and this isasami1995-05-161-2/+2
* Don't conditionalize fake-pkg on NO_PACKAGE.asami1995-05-131-5/+1
OpenPOWER on IntegriCloud