From 89aa2adc650176b493075e1d8e64f1b6cc635d90 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 21 Mar 2012 02:18:37 +0100 Subject: remove DEVELOPER=1 --- BSDmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BSDmakefile') 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" -- cgit v1.2.3