diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-24 04:26:21 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-24 04:26:21 +0000 |
| commit | cd9a2f5c280b40222d21ca68b5b0962ff712d6cf (patch) | |
| tree | dc80da53186aab7c56424c2574b0cd7928930721 /secure/lib/libcrypt | |
| parent | 2388d5d1cef849c6482878f223517c38456feecf (diff) | |
Notes
Diffstat (limited to 'secure/lib/libcrypt')
| -rw-r--r-- | secure/lib/libcrypt/test/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/secure/lib/libcrypt/test/Makefile b/secure/lib/libcrypt/test/Makefile index b65b09fa5093..c55a276a571d 100644 --- a/secure/lib/libcrypt/test/Makefile +++ b/secure/lib/libcrypt/test/Makefile @@ -2,15 +2,9 @@ # Hacked Makefile to compile and run the DES-certification program, # but not install anything. # -# $Id: Makefile,v 1.3 1994/08/12 21:55:04 csgr Exp $ +# $Id: Makefile,v 1.4 1995/05/30 06:11:48 rgrimes Exp $ # -.if exists (../obj) -OBJDIR = obj -.else -OBJDIR = -.endif - -LIBCRYPT= $(.CURDIR)/../$(OBJDIR)/libdescrypt.a +LIBCRYPT= $(.OBJDIR)/libdescrypt.a #CFLAGS+= -DHAVE_CRYPT16 |
