summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authorwiz <wiz>2014-06-02 10:24:05 +0000
committerwiz <wiz>2014-06-02 10:24:05 +0000
commit5e5a52a1d881ec419121d485d859d90649f8098e (patch)
treec3a9c9a714996f41d5ad5da0ef90f429b5d1fe11 /mk/bsd.pkg.mk
parent0aec50d46045d169ac676130b86a8738be4c4f19 (diff)
downloadpkgsrc-5e5a52a1d881ec419121d485d859d90649f8098e.tar.gz
Remove old bulk build code. Use pbulk.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk15
1 files changed, 1 insertions, 14 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index d070044e96f..ee15aba97a6 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1999 2014/05/06 14:48:06 jperkin Exp $
+# $NetBSD: bsd.pkg.mk,v 1.2000 2014/06/02 10:24:05 wiz Exp $
#
# This file is in the public domain.
#
@@ -386,11 +386,6 @@ USE_TOOLS+= \
# bsd.wrapper.mk
USE_TOOLS+= expr
-# bsd.bulk-pkg.mk uses certain tools
-.if defined(BATCH)
-USE_TOOLS+= tee tsort
-.endif
-
# scripts/shlib-type
.if ${_OPSYS_SHLIB_TYPE} == "ELF/a.out"
USE_TOOLS+= file
@@ -747,14 +742,6 @@ tags:
.include "subst.mk"
-#
-# For bulk build targets (bulk-install, bulk-package), the
-# BATCH variable must be set in /etc/mk.conf:
-#
-.if defined(BATCH)
-. include "bulk/bsd.bulk-pkg.mk"
-.endif
-
# README generation code.
.include "bsd.pkg.readme.mk"