summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.subdir.mk
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-07-28 00:54:06 +0000
committerhubertf <hubertf@pkgsrc.org>2000-07-28 00:54:06 +0000
commitd0dc50dff71bf723096ba9cdaa0be112d6fad3ef (patch)
tree3075cc7def357fd783d5d167564c51e76b893d98 /mk/bsd.pkg.subdir.mk
parentac4380bdd56318b17cfa3d7b04902a38becc54a1 (diff)
downloadpkgsrc-d0dc50dff71bf723096ba9cdaa0be112d6fad3ef.tar.gz
Add bulk-package and bulk-install targets so people can invoke these
in pkgsrc or pkgsrc/category now. The install and package targets are still left in, but deprecated now.
Diffstat (limited to 'mk/bsd.pkg.subdir.mk')
-rw-r--r--mk/bsd.pkg.subdir.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bsd.pkg.subdir.mk b/mk/bsd.pkg.subdir.mk
index 3b2c43aff9b..d4fc2af33c6 100644
--- a/mk/bsd.pkg.subdir.mk
+++ b/mk/bsd.pkg.subdir.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.subdir.mk,v 1.38 2000/06/03 21:18:47 mycroft Exp $
+# $NetBSD: bsd.pkg.subdir.mk,v 1.39 2000/07/28 00:54:06 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, ${PKG_MISC_TARGETS}
+# mirror-distfiles, bulk-install, bulk-package, ${PKG_MISC_TARGETS}
#
# Pull in stuff from mk.conf - need to check two places as this may be
@@ -95,7 +95,7 @@ ${SUBDIR}::
.for __target in all fetch fetch-list package extract configure build clean \
cleandir distclean depend describe reinstall tags checksum \
makepatchsum mirror-distfiles deinstall show-downlevel \
- show-pkgsrc-dir ${PKG_MISC_TARGETS}
+ show-pkgsrc-dir bulk-install bulk-package ${PKG_MISC_TARGETS}
.if !target(__target)
${__target}: _SUBDIRUSE
.endif