aboutsummaryrefslogtreecommitdiff
path: root/sbin/md5/Makefile
blob: 8c53af2fa1a5fa3f9410052903e565339f2a8eac (plain) (blame)
1
2
3
4
5
6
7
8
9
#	@(#)Makefile	8.1 (Berkeley) 6/9/93

PROG=	md5
SRCS=   md5.c

LDADD+=	-lmd
DPADD+= /usr/lib/libmd.a

.include <bsd.prog.mk>