freebsd-ports/devel/jech-dht/files/Makefile.example

9 lines
146 B
Text

PROG= dht-example
NO_MAN= nope, too much to ask
LDADD= -L. -ldht -lcrypt -lmd
BINDIR= ${STAGEDIR}${PREFIX}/bin
WARNS= 3
.include <bsd.prog.mk>