Skip to content

Commit

Permalink
Pull in bulk-build targets if BATCH is set
Browse files Browse the repository at this point in the history
  • Loading branch information
hubertf committed Jul 28, 2000
1 parent fa74cf2 commit eb167e7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
# $NetBSD: bsd.pkg.mk,v 1.520 2000/07/26 12:36:49 hubertf Exp $
# $NetBSD: bsd.pkg.mk,v 1.521 2000/07/28 01:16:27 hubertf Exp $
#
# This file is in the public domain.
#
Expand Down Expand Up @@ -3106,3 +3106,12 @@ ${DESCR}: ${DESCR_SRC}
${ECHO} "Homepage:" >>${DESCR} ; \
${ECHO} '${HOMEPAGE}' >>${DESCR}
.endif


#
# For bulk build targets (bulk-install, bulk-package), the
# BATCH variabole must be set in /etc/mk.conf:
#
.if defined(BATCH)
.include "../../mk/bulk/bsd.bulk-pkg.mk"
.endif

0 comments on commit eb167e7

Please sign in to comment.