1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/sbin/md5/Makefile

10 lines
115 B
Makefile
Raw Normal View History

# @(#)Makefile 8.1 (Berkeley) 6/9/93
# $FreeBSD$
PROG= md5
LDADD+= -lmd
1997-02-08 23:24:10 +00:00
DPADD+= ${LIBMD}
.include <bsd.prog.mk>