diff options
author | cjep <cjep@pkgsrc.org> | 2003-05-03 16:26:01 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-05-03 16:26:01 +0000 |
commit | 6fdda4978ea90145ddff0c57b198532aa735b512 (patch) | |
tree | 345932f43d454b3671bd86aae56ac906acfdc5ef /Makefile | |
parent | e910342799ad45f638e38d85e94e337a71da327b (diff) | |
download | pkgsrc-6fdda4978ea90145ddff0c57b198532aa735b512.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-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |