diff options
author | jlam <jlam> | 2006-06-04 05:26:45 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-06-04 05:26:45 +0000 |
commit | 2620c1f8fb0460cd9b6037319a5a66c9a59fa9bd (patch) | |
tree | 2369df232676decdc37296467489178d16a341f3 /mk | |
parent | fe4f2029196912837e9a9c8a93a49b3610263905 (diff) | |
download | pkgsrc-2620c1f8fb0460cd9b6037319a5a66c9a59fa9bd.tar.gz |
Include bsd.pkg.update.mk to get the "update" targets and variables.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 9de21b49483..0de9a18cdfc 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1830 2006/06/04 05:25:08 jlam Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1831 2006/06/04 05:26:45 jlam Exp $ # # This file is in the public domain. # @@ -1521,6 +1521,8 @@ do-test: # Package .include "${PKGSRCDIR}/mk/package/bsd.package.mk" +.include "${PKGSRCDIR}/mk/bsd.pkg.update.mk" + .PHONY: acquire-tools-lock .PHONY: acquire-wrapper-lock acquire-configure-lock acquire-build-lock acquire-tools-lock: acquire-lock |