diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 06:12:45 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 06:12:45 +0000 |
| commit | 5ebc7e6281887681c3a348a5a4c902e262ccd656 (patch) | |
| tree | 4d38911cf1e5e1ef56a662eddcbe2f706b2e6973 /secure/lib/libcrypt/test/Makefile | |
| parent | 6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8 (diff) | |
Notes
Diffstat (limited to 'secure/lib/libcrypt/test/Makefile')
| -rw-r--r-- | secure/lib/libcrypt/test/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/secure/lib/libcrypt/test/Makefile b/secure/lib/libcrypt/test/Makefile index 4f92a48e83ea..b65b09fa5093 100644 --- a/secure/lib/libcrypt/test/Makefile +++ b/secure/lib/libcrypt/test/Makefile @@ -2,19 +2,19 @@ # Hacked Makefile to compile and run the DES-certification program, # but not install anything. # -# $Id: Makefile,v 1.2 1994/08/08 17:29:02 csgr Exp $ +# $Id: Makefile,v 1.3 1994/08/12 21:55:04 csgr Exp $ # .if exists (../obj) OBJDIR = obj .else -OBJDIR = +OBJDIR = .endif LIBCRYPT= $(.CURDIR)/../$(OBJDIR)/libdescrypt.a #CFLAGS+= -DHAVE_CRYPT16 -TARGETS=cert speedcrypt +TARGETS=cert speedcrypt all: ${TARGETS} @@ -23,7 +23,7 @@ test: all testcrypt testspeed testcrypt: cert @./cert -c -testspeed: cryptspeed +testspeed: cryptspeed cryptspeed: speedcrypt @./speedcrypt 30 1 |
