diff options
author | ru <ru@FreeBSD.org> | 2004-12-21 10:16:04 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-12-21 10:16:04 +0000 |
commit | f4c44b761bde292694f67f1836472277a25fcb75 (patch) | |
tree | 39f12b382ddd99639a5d2e7415eefaadf4ff8ef9 /secure/Makefile | |
parent | c1a820195c3f6961461d3e25ff7910f826995de9 (diff) | |
download | FreeBSD-src-f4c44b761bde292694f67f1836472277a25fcb75.zip FreeBSD-src-f4c44b761bde292694f67f1836472277a25fcb75.tar.gz |
NOCRYPT -> NO_CRYPT
Diffstat (limited to 'secure/Makefile')
-rw-r--r-- | secure/Makefile | 10 |
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> |