diff options
author | pst <pst@FreeBSD.org> | 1994-09-30 06:04:40 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1994-09-30 06:04:40 +0000 |
commit | 0ffafd8bfec2ec85fc5d5a8b5daee983ab77490a (patch) | |
tree | 29ff4e59f4eb9b8140bbbf54e7bc519132eb7da9 | |
parent | a9e6b1a898387c3232d22a1b01f12fcb0ae38be7 (diff) | |
download | FreeBSD-src-0ffafd8bfec2ec85fc5d5a8b5daee983ab77490a.zip FreeBSD-src-0ffafd8bfec2ec85fc5d5a8b5daee983ab77490a.tar.gz |
!Just! fixing makefile, no code changes Geoff
-rw-r--r-- | secure/usr.bin/bdes/Makefile | 6 |
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> |