mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 12:53:33 +00:00
10 lines
125 B
Makefile
10 lines
125 B
Makefile
|
# @(#)Makefile 8.1 (Berkeley) 6/9/93
|
||
|
|
||
|
PROG= md5
|
||
|
SRCS= md5.c
|
||
|
|
||
|
LDADD+= -lmd
|
||
|
DPADD+= /usr/lib/libmd.a
|
||
|
|
||
|
.include <bsd.prog.mk>
|