summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1994-09-30 06:04:40 +0000
committerpst <pst@FreeBSD.org>1994-09-30 06:04:40 +0000
commit0ffafd8bfec2ec85fc5d5a8b5daee983ab77490a (patch)
tree29ff4e59f4eb9b8140bbbf54e7bc519132eb7da9 /secure
parenta9e6b1a898387c3232d22a1b01f12fcb0ae38be7 (diff)
downloadFreeBSD-src-0ffafd8bfec2ec85fc5d5a8b5daee983ab77490a.zip
FreeBSD-src-0ffafd8bfec2ec85fc5d5a8b5daee983ab77490a.tar.gz
!Just! fixing makefile, no code changes Geoff
Diffstat (limited to 'secure')
-rw-r--r--secure/usr.bin/bdes/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/secure/usr.bin/bdes/Makefile b/secure/usr.bin/bdes/Makefile
index 0cb9f7c..c0e482b 100644
--- a/secure/usr.bin/bdes/Makefile
+++ b/secure/usr.bin/bdes/Makefile
@@ -1,10 +1,10 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $Id: Makefile,v 1.2 1994/09/07 07:16:52 pst Exp $
+# $Id: Makefile,v 1.3 1994/09/12 17:27:55 ache Exp $
PROG= bdes
SRCS= bdes.c
-LDADD+= -lcrypt -lcipher
-DPADD+= /usr/lib/libcrypt.a /usr/lib/libcipher.a
+LDADD+= -lcipher
+DPADD+= ${LIBCIPHER}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud