From 8eb37231d4405088a481324c2ec41ac851e8d8f7 Mon Sep 17 00:00:00 2001 From: jkh Date: Mon, 24 Jun 1996 04:26:21 +0000 Subject: Bring in my changes for removing the pestilent obj links (unless you really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current. --- secure/lib/libcrypt/test/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'secure/lib/libcrypt') diff --git a/secure/lib/libcrypt/test/Makefile b/secure/lib/libcrypt/test/Makefile index b65b09f..c55a276 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 -- cgit v1.1