From 0abc7bfc94d261b698b68be79f3872fcdf685d0d Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Thu, 4 Aug 1994 21:20:03 +0000 Subject: [PATCH] Make obj directory work right. md?hl.c should probably be deleted, but I'll leave that up to PHK. --- lib/libmd/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/libmd/Makefile b/lib/libmd/Makefile index 36a798a8efa..cc4f8cb194b 100644 --- a/lib/libmd/Makefile +++ b/lib/libmd/Makefile @@ -10,6 +10,7 @@ MLINKS+=md4.3 MD4End.3 md4.3 MD4File.3 md4.3 MD4Data.3 MLINKS+=md5.3 MD5Init.3 md5.3 MD5Update.3 md5.3 MD5Final.3 MLINKS+=md5.3 MD5End.3 md5.3 MD5File.3 md5.3 MD5Data.3 CLEANFILES+= md[245]hl.c md[245].ref md[245].3 +CFLAGS+= -I${.CURDIR} md2hl.c: mdXhl.c sed -e 's/mdX/md2/g' -e 's/MDX/MD2/g' $> > $@ @@ -76,4 +77,6 @@ beforeinstall: md2.ref md4.ref md5.ref md2.3 md4.3 md5.3 @echo MD5 passed test -rm -f mddriver +beforedepend: md2hl.c md4hl.c md5hl.c + .include