summaryrefslogtreecommitdiff
path: root/usr.bin/enigma/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-11-25 14:29:10 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-11-25 14:29:10 +0000
commit3e11bd9e2a2b1cbd4283c87c93e3cc75e3f2dacb (patch)
treeddfef911600b923ca0abdbed4461a288b9249837 /usr.bin/enigma/Makefile
parent30fca3b0cc92ae380073c169d34b4cc3f27321e9 (diff)
downloadsrc-test2-3e11bd9e2a2b1cbd4283c87c93e3cc75e3f2dacb.tar.gz
src-test2-3e11bd9e2a2b1cbd4283c87c93e3cc75e3f2dacb.zip
Notes
Diffstat (limited to 'usr.bin/enigma/Makefile')
-rw-r--r--usr.bin/enigma/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/enigma/Makefile b/usr.bin/enigma/Makefile
index 32a670b07eca..55fcc468efd2 100644
--- a/usr.bin/enigma/Makefile
+++ b/usr.bin/enigma/Makefile
@@ -5,7 +5,6 @@ PROG= enigma
LINKS= ${BINDIR}/enigma ${BINDIR}/crypt
MLINKS= enigma.1 crypt.1
-DPADD= ${LIBCRYPT}
-LDADD= -lcrypt
+LIBADD= crypt
.include <bsd.prog.mk>