summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authorrillig <rillig>2009-07-26 21:36:38 +0000
committerrillig <rillig>2009-07-26 21:36:38 +0000
commit6fcb319d048e149756753fe16f00f720118fbb4b (patch)
treeba76141fc54e2ec9f4b33d08726c2c0cd8eccc97 /mk/bsd.pkg.mk
parentb5c2fdd9e2fd97147994dd8a1242fc2cd11bf820 (diff)
downloadpkgsrc-6fcb319d048e149756753fe16f00f720118fbb4b.tar.gz
Added an experimental target "import" that makes it easier to import
packages from pkgsrc-wip and other sources.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index ef2c64d621f..faac49c14c5 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1957 2009/05/26 06:03:02 obache Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1958 2009/07/26 21:36:38 rillig Exp $
#
# This file is in the public domain.
#
@@ -801,4 +801,7 @@ ${_MAKEVARS_MK.${_phase_}}: ${WRKDIR}
. include "bsd.pkg.debug.mk"
.endif
.include "misc/warnings.mk"
+.if make(import)
+.include "misc/import.mk"
+.endif
.include "misc/can-be-built-here.mk"