diff options
author | hubertf <hubertf> | 1999-02-22 01:11:18 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-02-22 01:11:18 +0000 |
commit | 90955a1e5f3f6747d66b7b73a7569da3fd57355c (patch) | |
tree | 5f802277d6a41fc5f90199f7ebfd30b631b431d8 /mk | |
parent | 99e5661ee0015a3bb62d8b143326a9aaf25ed6be (diff) | |
download | pkgsrc-90955a1e5f3f6747d66b7b73a7569da3fd57355c.tar.gz |
Comment that targets listed in $PKG_MISC_TARGETS are also regarded
Diffstat (limited to '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 9f217e85b57..0ffedd0dc91 100644 --- a/mk/bsd.pkg.subdir.mk +++ b/mk/bsd.pkg.subdir.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.subdir.mk,v 1.24 1999/02/21 01:24:22 hubertf Exp $ +# $NetBSD: bsd.pkg.subdir.mk,v 1.25 1999/02/22 01:11:18 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 # @@ -28,7 +28,7 @@ # afterinstall, all, beforeinstall, build, checksum, clean, # configure, deinstall, depend, describe, extract, fetch, fetch-list, # install, package, readmes, realinstall, reinstall, tags, -# mirror-distfiles +# mirror-distfiles, ${PKG_MISC_TARGETS} # # Pull in stuff from mk.conf - need to check two places as this may be |