freebsd-dev/sbin/md5/Makefile
1997-02-08 23:24:10 +00:00

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>