summaryrefslogtreecommitdiff
path: root/usr.bin/tcfs/tcfsuse/Makefile
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>2000-06-19 14:01:57 +0000
committerNiels Provos <provos@cvs.openbsd.org>2000-06-19 14:01:57 +0000
commitdf441f86a113552ec627c874c7bd9d2ecd483c94 (patch)
tree6c30dcd4d6fd88e792e238b29578160dc03a62bd /usr.bin/tcfs/tcfsuse/Makefile
parent96f897b9f36c30629f9d4acd3ca7c7c2e1669131 (diff)
use blowfish instead of DES to encrypt user keys
Diffstat (limited to 'usr.bin/tcfs/tcfsuse/Makefile')
-rw-r--r--usr.bin/tcfs/tcfsuse/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tcfs/tcfsuse/Makefile b/usr.bin/tcfs/tcfsuse/Makefile
index 5f93cc3a552..e91fb13d05a 100644
--- a/usr.bin/tcfs/tcfsuse/Makefile
+++ b/usr.bin/tcfs/tcfsuse/Makefile
@@ -14,5 +14,5 @@ SRCS= tcfsuse.c tcfsputkey.c tcfsrun.c tcfsrmkey.c tcfsgenkey.c tcfstat.c \
.include <bsd.prog.mk>
-LDADD+= -lutil -ldes
-DPADD+= ${LIBUTIL} ${LIBDES}
+LDADD+= -lutil
+DPADD+= ${LIBUTIL}