Author: imp
Date: Sat Apr  5 17:54:55 2014
New Revision: 264157
URL: http://svnweb.freebsd.org/changeset/base/264157

Log:
  Use MK_CRYPT=no in preference to WITHOUT_CRYPT here.

Modified:
  head/secure/Makefile

Modified: head/secure/Makefile
==============================================================================
--- head/secure/Makefile        Sat Apr  5 17:54:50 2014        (r264156)
+++ head/secure/Makefile        Sat Apr  5 17:54:55 2014        (r264157)
@@ -27,11 +27,11 @@ secure:
 insecure:
 .for entry in ${SPROGS}
        cd ${.CURDIR}/../${entry}; \
-       ${MAKE} -DWITHOUT_CRYPT cleandir; \
-       ${MAKE} -DWITHOUT_CRYPT obj; \
-       ${MAKE} -DWITHOUT_CRYPT depend; \
-       ${MAKE} -DWITHOUT_CRYPT all; \
-       ${MAKE} -DWITHOUT_CRYPT install
+       ${MAKE} MK_CRYPT=no cleandir; \
+       ${MAKE} MK_CRYPT=no obj; \
+       ${MAKE} MK_CRYPT=no depend; \
+       ${MAKE} MK_CRYPT=no all; \
+       ${MAKE} MK_CRYPT=no install
 .endfor
 
 .include <bsd.subdir.mk>
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to