xref: /dflybsd-src/usr.sbin/spray/Makefile (revision d4e390fc9a3878b804ce122fbda94892c11fa301)
1984263bcSMatthew Dillon# $FreeBSD: src/usr.sbin/spray/Makefile,v 1.5.2.1 2001/04/25 12:10:58 ru Exp $
2984263bcSMatthew Dillon
3984263bcSMatthew DillonPROG=	spray
4984263bcSMatthew DillonMAN=	spray.8
5984263bcSMatthew DillonDPADD=	${LIBRPCSVC}
6984263bcSMatthew DillonLDADD=	-lrpcsvc
7984263bcSMatthew Dillon
8*d4e390fcSzrjNO_WCAST_FUNCTION_TYPE=
9*d4e390fcSzrj
10984263bcSMatthew Dillon.include <bsd.prog.mk>
11