diff options
Diffstat (limited to 'secure/lib/libcipher/test')
-rw-r--r-- | secure/lib/libcipher/test/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/secure/lib/libcipher/test/Makefile b/secure/lib/libcipher/test/Makefile index 3afec4b..f1cf6cc 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> |