HardenedBSD/share/mk
Satoshi Asami 29c78eecc2 (1) Change logic for dependency: instead of defining "is_depended"
(default: IS_DEPENDED?=install) target on the depended port, call
    DEPENDS_TARGET (default: install) from the depending port.

    Other than being more flexible (some ports don't require the
    dependency to be fully installed: see ghostscript4), this seems
    like a more natural thing to do.  (I never understood the
    convoluted logic that was used before.)

    By building packages with "DEPENDS_TARGET=package", I can avoid
    file-sharing problems (like gs3 binary going into the gs4
    package).

(2) Add new variable PATCH_SITE_SUBDIR and separate it from
    MASTER_SITE_SUBDIR.  Fixes linuxls port and is a correct thing to
    do anyway.
Initially suggested and reviewed by: fenner

(3) Add new variable MASTER_SITE_LOCAL for local ports.  Defaults to
    LOCAL_PORTS subdir on ftp.freebsd.org's distfiles dir.
Submitted by: jkh
1997-04-30 03:12:05 +00:00
..
bsd.dep.mk Support GLOBAL style tags. 1997-04-13 06:44:25 +00:00
bsd.doc.mk Fix a typo that prevented the proper flag from being set 1997-04-04 01:25:32 +00:00
bsd.info.mk Include ${CURDIR}/../Makefile.inc as in most other `.mk' files. This 1997-04-07 16:46:40 +00:00
bsd.kern.mk
bsd.kmod.mk Submitted by: Wolfgang Helbig <helbig@MX.BA-Stuttgart.De> 1997-04-28 00:02:22 +00:00
bsd.lib.mk Fixed missing strip step in .S.o and .S.po rules. 1997-04-23 10:26:18 +00:00
bsd.libnames.mk
bsd.man.mk Updated comment about MANDEPEND (it was misplaced in bsd.prog.mk). 1997-04-19 14:55:17 +00:00
bsd.obj.mk
bsd.own.mk
bsd.port.mk (1) Change logic for dependency: instead of defining "is_depended" 1997-04-30 03:12:05 +00:00
bsd.port.subdir.mk Add comments. 1997-03-09 23:10:56 +00:00
bsd.prog.mk Pass everything in ${LDADD} directly to the linker for `make depend' 1997-04-23 18:47:42 +00:00
bsd.README
bsd.sgml.mk
bsd.subdir.mk Support GLOBAL style tags. 1997-04-13 06:44:25 +00:00
Makefile
sys.mk Support GLOBAL style tags. 1997-04-13 06:44:25 +00:00