summaryrefslogtreecommitdiffstats
path: root/secure/lib
diff options
context:
space:
mode:
authorcsgr <csgr@FreeBSD.org>1994-08-12 21:55:04 +0000
committercsgr <csgr@FreeBSD.org>1994-08-12 21:55:04 +0000
commite69ff52b975c8888e4842f8a185e22b5122e7db9 (patch)
tree43679b447bb70ba5075a79ac2c5125362cf8793c /secure/lib
parentccd0e11260ec8086a68801802a6d1ff1b4f27110 (diff)
downloadFreeBSD-src-e69ff52b975c8888e4842f8a185e22b5122e7db9.zip
FreeBSD-src-e69ff52b975c8888e4842f8a185e22b5122e7db9.tar.gz
when making test programs, look for libdescrypt, not libcrypt
Submitted by: Geoff Rehmet
Diffstat (limited to 'secure/lib')
-rw-r--r--secure/lib/libcrypt/test/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/lib/libcrypt/test/Makefile b/secure/lib/libcrypt/test/Makefile
index e02ae87..4f92a48 100644
--- a/secure/lib/libcrypt/test/Makefile
+++ b/secure/lib/libcrypt/test/Makefile
@@ -2,7 +2,7 @@
# Hacked Makefile to compile and run the DES-certification program,
# but not install anything.
#
-# $Id: Makefile,v 1.1.1.1 1994/04/04 14:57:18 g89r4222 Exp $
+# $Id: Makefile,v 1.2 1994/08/08 17:29:02 csgr Exp $
#
.if exists (../obj)
OBJDIR = obj
@@ -10,7 +10,7 @@ OBJDIR = obj
OBJDIR =
.endif
-LIBCRYPT= $(.CURDIR)/../$(OBJDIR)/libcrypt.a
+LIBCRYPT= $(.CURDIR)/../$(OBJDIR)/libdescrypt.a
#CFLAGS+= -DHAVE_CRYPT16
OpenPOWER on IntegriCloud