summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorcjep <cjep>2003-05-03 16:26:01 +0000
committercjep <cjep>2003-05-03 16:26:01 +0000
commit847d2b75c8403cdc232d0ebbcfb2f8e8b7eefeeb (patch)
tree345932f43d454b3671bd86aae56ac906acfdc5ef /Makefile
parentca479e73f8c9ab14bee833d7876638b6cbbd8d5a (diff)
downloadpkgsrc-847d2b75c8403cdc232d0ebbcfb2f8e8b7eefeeb.tar.gz
Also include ${USER_ADDITIONAL_PKGS} in ${SUBDIR}. This makes it easy
to add local directories to the build hierarchy (e.g. wip, local).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 908770522ca..de281f9d11a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2003/02/09 14:38:52 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2003/05/03 16:26:01 cjep Exp $
#
.include "mk/bsd.prefs.mk"
@@ -49,6 +49,10 @@ SUBDIR += www
SUBDIR += x11
.endif
+.ifdef USER_ADDITIONAL_PKGS
+SUBDIR+= ${USER_ADDITIONAL_PKGS}
+.endif
+
PKGSRCTOP= yes