diff options
author | rillig <rillig@pkgsrc.org> | 2009-07-26 21:36:38 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2009-07-26 21:36:38 +0000 |
commit | 4cd18ecd7335bc490f50904696b1c6bb408a3015 (patch) | |
tree | ba76141fc54e2ec9f4b33d08726c2c0cd8eccc97 /mk/bsd.pkg.mk | |
parent | cb8d884826e39b9519c30b812e6d7df07334ca04 (diff) | |
download | pkgsrc-4cd18ecd7335bc490f50904696b1c6bb408a3015.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.mk | 5 |
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" |