mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 23:57:54 +01:00
10 lines
117 B
Makefile
10 lines
117 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/9/93
|
|
|
|
PROG= md5
|
|
SRCS= md5.c
|
|
|
|
LDADD+= -lmd
|
|
DPADD+= ${LIBMD}
|
|
|
|
.include <bsd.prog.mk>
|