diff options
author | graichen <graichen@FreeBSD.org> | 1996-01-05 08:53:39 +0000 |
---|---|---|
committer | graichen <graichen@FreeBSD.org> | 1996-01-05 08:53:39 +0000 |
commit | 9a69151807c0768284aa3ed6ab2734bfe2d318e0 (patch) | |
tree | 20c057cac71e3d453455591ae60777cd1c3b1c31 /libexec/rpc.sprayd/Makefile | |
parent | 4f5719b08f9e2aa8ee228443fc01f1a124c28b33 (diff) | |
download | FreeBSD-src-9a69151807c0768284aa3ed6ab2734bfe2d318e0.zip FreeBSD-src-9a69151807c0768284aa3ed6ab2734bfe2d318e0.tar.gz |
Obtained from: NetBSD
imported the rpc.sprayd from NetBSD - it is used by the new spray
command for network analysis
Diffstat (limited to 'libexec/rpc.sprayd/Makefile')
-rw-r--r-- | libexec/rpc.sprayd/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libexec/rpc.sprayd/Makefile b/libexec/rpc.sprayd/Makefile new file mode 100644 index 0000000..e497599 --- /dev/null +++ b/libexec/rpc.sprayd/Makefile @@ -0,0 +1,11 @@ +# $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> + |