summaryrefslogtreecommitdiff
path: root/BSDmakefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-08-22 08:52:55 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-08-22 08:52:55 +0200
commit7e5643c148de10f1f28b72b4bccf0b261980187f (patch)
treefe85628258368257d030670287df9b6652845d40 /BSDmakefile
parentd3c7223de70ff58b8615d5d01d9ddf2566920446 (diff)
add back DEVELOPER=1 feature
Diffstat (limited to 'BSDmakefile')
-rw-r--r--BSDmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/BSDmakefile b/BSDmakefile
index d2f530023..9afeaa3af 100644
--- a/BSDmakefile
+++ b/BSDmakefile
@@ -25,7 +25,7 @@ _subdir: ${_subdir_dep}
echo >&2 Error: you must build with “umask 022”, sorry.; \
exit 1; \
fi
- cd ${.CURDIR}/${subdir} && TOPDIR=${.CURDIR} \
+ cd ${.CURDIR}/${subdir} && TOPDIR=${.CURDIR} DEVELOPER=1 \
${GMAKE} VERBOSE=1 ${.MFLAGS} ${_subdir}
. include "${.CURDIR}/prereq.mk"