aboutsummaryrefslogtreecommitdiffstats
path: root/network_cmds/spray.tproj/Makefile
blob: 904e17b56fd9bcaf0fc214aaea2396a1ca753456 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PROG=	spray
MAN=	spray.8
SRCS=	spray.c spray_xdr.c spray.h
RPCSRC=	spray.x
CLEANFILES+=	spray_xdr.c spray.h

spray.h: ${RPCSRC}
	${RPCGEN} -h -o ${.TARGET} ${RPCSRC}

spray_xdr.c: ${RPCSRC}
	${RPCGEN} -c -o ${.TARGET} ${RPCSRC}

BINDIR=/usr/sbin

.include <bsd.prog.mk>