blob: c2984af9702ea19502cddbf499d0390c7839fb31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.14 2002/09/18 03:54:31 lukem Exp $
.include <bsd.own.mk>
PROG= iptest
SRCS= iptest.c iptests.c ip.c sbpf.c sock.c 44arp.c
MAN= iptest.1
CPPFLAGS+=-I${NETBSDSRCDIR}/dist/ipf
.PATH: ${NETBSDSRCDIR}/dist/ipf/ipsend
.include <bsd.prog.mk>
|