diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-02-22 01:11:18 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-02-22 01:11:18 +0000 |
commit | 5619befc406a38481d575d5a72c53c6dc7061620 (patch) | |
tree | 5f802277d6a41fc5f90199f7ebfd30b631b431d8 /mk | |
parent | 492a04691c85af9ba0319f97d1e519ecacfe74d6 (diff) | |
download | pkgsrc-5619befc406a38481d575d5a72c53c6dc7061620.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 |