968a1b9ae4
imported the rpc.sprayd from NetBSD - it is used by the new spray command for network analysis
12 lines
169 B
Makefile
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>
|
|
|