/usr/lib/libmd.a -> ${LIBMD}

This commit is contained in:
Wolfram Schneider 1997-02-08 23:24:10 +00:00
parent a98e5d2939
commit 00f1123353
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22441

View File

@ -4,6 +4,6 @@ PROG= md5
SRCS= md5.c
LDADD+= -lmd
DPADD+= /usr/lib/libmd.a
DPADD+= ${LIBMD}
.include <bsd.prog.mk>