summaryrefslogtreecommitdiff
path: root/usr.bin/dc
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/dc')
-rw-r--r--usr.bin/dc/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/dc/Makefile b/usr.bin/dc/Makefile
index 67af146f71cb..832b19771d65 100644
--- a/usr.bin/dc/Makefile
+++ b/usr.bin/dc/Makefile
@@ -3,7 +3,6 @@
PROG= dc
SRCS= dc.c bcode.c inout.c mem.c stack.c
-DPADD= ${LIBCRYPTO}
-LDADD= -lcrypto
+LIBADD= crypto
.include <bsd.prog.mk>