mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 23:57:54 +01:00
/usr/lib/libmd.a -> ${LIBMD}
This commit is contained in:
parent
a98e5d2939
commit
00f1123353
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22441
@ -4,6 +4,6 @@ PROG= md5
|
||||
SRCS= md5.c
|
||||
|
||||
LDADD+= -lmd
|
||||
DPADD+= /usr/lib/libmd.a
|
||||
DPADD+= ${LIBMD}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user