2000-05-03 15:40:53 +04:00
|
|
|
# $NetBSD: Makefile,v 1.13 2000/05/03 11:40:56 veego Exp $
|
1997-01-05 16:06:38 +03:00
|
|
|
|
|
|
|
PROG= iptest
|
2000-05-03 15:40:53 +04:00
|
|
|
SRCS= iptest.c iptests.c ip.c sbpf.c sock.c 44arp.c
|
1997-09-21 22:00:54 +04:00
|
|
|
MAN= iptest.1
|
1999-12-12 14:29:55 +03:00
|
|
|
CPPFLAGS+=-I${.CURDIR}/../../../dist/ipf
|
1997-01-05 16:06:38 +03:00
|
|
|
|
1999-12-12 14:29:55 +03:00
|
|
|
.PATH: ${.CURDIR}/../../../dist/ipf/ipsend
|
1997-01-05 16:06:38 +03:00
|
|
|
.include <bsd.prog.mk>
|