Make obj directory work right. md?hl.c should probably be

deleted, but I'll leave that up to PHK.
This commit is contained in:
Garrett Wollman 1994-08-04 21:20:03 +00:00
parent d14f862c56
commit 0abc7bfc94
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1846

View File

@ -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 <bsd.lib.mk>