diff options
author | hubertf <hubertf> | 1998-12-06 01:22:54 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-12-06 01:22:54 +0000 |
commit | e1938c6d13359f93e2dfa9dd9fc04397b8f26230 (patch) | |
tree | b3040186a5c3891c3dcb6b0f13fcaa04fe7b0eb6 /mk/bsd.pkg.subdir.mk | |
parent | 3f78615c8d3f58fc438b48142bddd59bbf80a80f (diff) | |
download | pkgsrc-e1938c6d13359f93e2dfa9dd9fc04397b8f26230.tar.gz |
Add support for custom, per-category targets by setting PKG_MISC_TARGETS
This can be used to
- enable execution of a non-standard target for all pkgs of a category,
e.g. cd pkgsrc/benchmarks ; make benchmark
- superceding standard-targets with custom versions, e.g. from
/etc/mk.conf
Diffstat (limited to 'mk/bsd.pkg.subdir.mk')
-rw-r--r-- | mk/bsd.pkg.subdir.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.subdir.mk b/mk/bsd.pkg.subdir.mk index f9c4d2aa9f3..9fb5fac7c5c 100644 --- a/mk/bsd.pkg.subdir.mk +++ b/mk/bsd.pkg.subdir.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.subdir.mk,v 1.21 1998/09/23 13:09:33 agc Exp $ +# $NetBSD: bsd.pkg.subdir.mk,v 1.22 1998/12/06 01:22:54 hubertf Exp $ # Derived from: FreeBSD Id: bsd.port.subdir.mk,v 1.19 1997/03/09 23:10:56 wosch Exp # from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91 # @@ -90,7 +90,7 @@ ${SUBDIR}:: .for __target in all fetch fetch-list package extract configure \ build clean distclean depend describe reinstall tags checksum \ - mirror-distfiles deinstall + mirror-distfiles deinstall ${PKG_MISC_TARGETS} .if !target(__target) ${__target}: _SUBDIRUSE .endif |