mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
imported the spray command from NetBSD - it can be used for network analysis (see the man-page)
7 lines
119 B
Makefile
7 lines
119 B
Makefile
# $Id: Makefile,v 1.2 1995/07/11 01:18:05 jtc Exp $
|
|
|
|
PROG= spray
|
|
MAN8= spray.8
|
|
LDADD= -lrpcsvc
|
|
|
|
.include <bsd.prog.mk>
|