freebsd-dev/usr.sbin/spray/Makefile
Dima Dorfman d0fddb0c1c Back out previous commit; this can't compile with WARNS=2 because
xdr.h isn't warning-free.

Submitted by:	ru
2001-06-26 07:31:00 +00:00

9 lines
98 B
Makefile

# $FreeBSD$
PROG= spray
MAN= spray.8
DPADD= ${LIBRPCSVC}
LDADD= -lrpcsvc
.include <bsd.prog.mk>