summaryrefslogtreecommitdiffstats
path: root/secure/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'secure/Makefile')
-rw-r--r--secure/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/Makefile b/secure/Makefile
index 21b05f2..db5a32e 100644
--- a/secure/Makefile
+++ b/secure/Makefile
@@ -17,7 +17,7 @@ SPROGS+=usr.sbin/sendmail
.endif
# This target is used to rebuild these programs with crypto.
-secure:
+secure: .MAKE .PHONY
.for entry in ${SPROGS}
cd ${.CURDIR}/../${entry}; \
${MAKE} cleandir; \
@@ -28,7 +28,7 @@ secure:
.endfor
# This target is used to rebuild these programs without crypto.
-insecure:
+insecure: .MAKE .PHONY
.for entry in ${SPROGS}
cd ${.CURDIR}/../${entry}; \
${MAKE} -DWITHOUT_CRYPT cleandir; \
OpenPOWER on IntegriCloud