aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libcipher/test
diff options
context:
space:
mode:
authorGeoff Rehmet <csgr@FreeBSD.org>1994-09-07 21:48:54 +0000
committerGeoff Rehmet <csgr@FreeBSD.org>1994-09-07 21:48:54 +0000
commit37ea1bf4c97876996ce40a1e4772c6c36ae6fb99 (patch)
treebc67dfb4b3f603c884b4cb569368cb86aa03b7e0 /secure/lib/libcipher/test
parentbee596e3db311b42b5cb4b9ed3694838f70ba11b (diff)
Notes
Diffstat (limited to 'secure/lib/libcipher/test')
-rw-r--r--secure/lib/libcipher/test/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/secure/lib/libcipher/test/Makefile b/secure/lib/libcipher/test/Makefile
index 3afec4becb72..f1cf6cced1a5 100644
--- a/secure/lib/libcipher/test/Makefile
+++ b/secure/lib/libcipher/test/Makefile
@@ -2,12 +2,13 @@
# Hacked Makefile to compile and run the DES-certification program,
# but not install anything.
#
-# $Id: Makefile,v 1.1 1994/09/07 08:55:26 g89r4222 Exp $
+# $Id: Makefile,v 1.1.1.1 1994/09/07 21:18:08 csgr Exp $
#
LIBCRYPT!=cd $(.CURDIR)/..; \
- printf "xxx:\n\techo \$${.OBJDIR}/libcrypt.a\n" | make -r -s -f - xxx
+ printf "xxx:\n\techo \$${.OBJDIR}/libcipher.a\n" | make -r -s -f - xxx
#CFLAGS+= -DHAVE_CRYPT16
+LIBCRYPT+= -lcrypt
TARGETS=cert speedcrypt speeddes
@@ -52,4 +53,4 @@ clean:
install:
-.include <bsd.obj.mk>
+.include <bsd.prog.mk>