repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
usr.sbin
/
ipf
/
iptest
/
Makefile
blob
eac319c149fcd382a76b56d713076f48341f3ffa
1
# $NetBSD: Makefile,v 1.15 2004/03/28 09:01:28 martti Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
iptest
6
SRCS
=
iptest.c iptests.c ip.c sbpf.c sock.c
44
arp.c
7
MAN
=
iptest
.1
8
9
.PATH
: ${
NETBSDSRCDIR
}/
dist
/
ipf
/
ipsend
10
11
.
include
<
bsd.prog.mk
>