summaryrefslogtreecommitdiffstats
path: root/secure/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'secure/Makefile')
-rw-r--r--secure/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/secure/Makefile b/secure/Makefile
index 0ac35f2..c6d2ff4 100644
--- a/secure/Makefile
+++ b/secure/Makefile
@@ -26,11 +26,11 @@ secure:
insecure:
.for entry in ${SPROGS}
cd ${.CURDIR}/../${entry}; \
- ${MAKE} -DNOCRYPT cleandir; \
- ${MAKE} -DNOCRYPT obj; \
- ${MAKE} -DNOCRYPT depend; \
- ${MAKE} -DNOCRYPT all; \
- ${MAKE} -DNOCRYPT install
+ ${MAKE} -DNO_CRYPT cleandir; \
+ ${MAKE} -DNO_CRYPT obj; \
+ ${MAKE} -DNO_CRYPT depend; \
+ ${MAKE} -DNO_CRYPT all; \
+ ${MAKE} -DNO_CRYPT install
.endfor
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud