summaryrefslogtreecommitdiff
path: root/lib/libmd
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-08-04 21:20:03 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-08-04 21:20:03 +0000
commit0abc7bfc94d261b698b68be79f3872fcdf685d0d (patch)
treef1d5bd35adc84497a5a6533c56bdbbe7c09108a3 /lib/libmd
parentd14f862c560e3a91c93775aaeca3931fc13be992 (diff)
Notes
Diffstat (limited to 'lib/libmd')
-rw-r--r--lib/libmd/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libmd/Makefile b/lib/libmd/Makefile
index 36a798a8efa1..cc4f8cb194ba 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 <bsd.lib.mk>