freebsd-dev/libexec/rpc.sprayd/Makefile
Thomas Graichen 968a1b9ae4 Obtained from: NetBSD
imported the rpc.sprayd from NetBSD - it is used by the new spray
command for network analysis
1996-01-05 08:53:39 +00:00

12 lines
169 B
Makefile

# $Id: Makefile,v 1.3 1995/04/12 00:48:01 jtc Exp $
PROG = rpc.sprayd
SRCS = sprayd.c
MAN8 = rpc.sprayd.8
DPADD= ${LIBRPCSVC}
LDADD= -lrpcsvc
.include <bsd.prog.mk>