summaryrefslogtreecommitdiff
path: root/BSDmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'BSDmakefile')
-rw-r--r--BSDmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/BSDmakefile b/BSDmakefile
index d7f7992aa..ddf869106 100644
--- a/BSDmakefile
+++ b/BSDmakefile
@@ -19,7 +19,7 @@ ${.TARGETS}: _subdir
_subdir: ${_subdir_dep}
cd ${.CURDIR}/${subdir} && ADK_TOPDIR=${.CURDIR} DEVELOPER=1 \
- ${GMAKE} VERBOSE=1 ${.MFLAGS} ${_subdir}
+ ${GMAKE} ADK_VERBOSE=1 ${.MFLAGS} ${_subdir}
. include "${.CURDIR}/prereq.mk"
.else