summaryrefslogtreecommitdiff
path: root/BSDmakefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2012-03-21 02:18:37 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2012-03-21 02:18:37 +0100
commit89aa2adc650176b493075e1d8e64f1b6cc635d90 (patch)
treeb14421b619c2332dc4e582adf34fd006ae9c10c9 /BSDmakefile
parentaaf2d44df66bc0f6ce46adfa8795db313937b90f (diff)
remove DEVELOPER=1
Diffstat (limited to 'BSDmakefile')
-rw-r--r--BSDmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/BSDmakefile b/BSDmakefile
index 9afeaa3af..d2f530023 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} DEVELOPER=1 \
+ cd ${.CURDIR}/${subdir} && TOPDIR=${.CURDIR} \
${GMAKE} VERBOSE=1 ${.MFLAGS} ${_subdir}
. include "${.CURDIR}/prereq.mk"