summaryrefslogtreecommitdiffstats
path: root/libexec/makekey/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/makekey/Makefile')
-rw-r--r--libexec/makekey/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/makekey/Makefile b/libexec/makekey/Makefile
index b2be2e1..d09f812 100644
--- a/libexec/makekey/Makefile
+++ b/libexec/makekey/Makefile
@@ -4,7 +4,7 @@
PROG= makekey
MAN= makekey.8
-DPADD+= ${LIBCRYPT}
-LDADD+= -lcrypt
+DPADD= ${LIBCRYPT}
+LDADD= -lcrypt
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud