when making test programs, look for libdescrypt, not libcrypt

Submitted by:	Geoff Rehmet
This commit is contained in:
Geoff Rehmet 1994-08-12 21:55:04 +00:00
parent a54d939519
commit f09e7cba42
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2046

View File

@ -2,7 +2,7 @@
# Hacked Makefile to compile and run the DES-certification program, # Hacked Makefile to compile and run the DES-certification program,
# but not install anything. # 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) .if exists (../obj)
OBJDIR = obj OBJDIR = obj
@ -10,7 +10,7 @@ OBJDIR = obj
OBJDIR = OBJDIR =
.endif .endif
LIBCRYPT= $(.CURDIR)/../$(OBJDIR)/libcrypt.a LIBCRYPT= $(.CURDIR)/../$(OBJDIR)/libdescrypt.a
#CFLAGS+= -DHAVE_CRYPT16 #CFLAGS+= -DHAVE_CRYPT16