mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
imported the rpc.sprayd from NetBSD - it is used by the new spray command for network analysis
11 lines
169 B
Makefile
11 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>
|
|
|