d021b6c07a
imported the spray command from NetBSD - it can be used for network analysis (see the man-page)
8 lines
119 B
Makefile
8 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>
|