1 1.3 dsl # $NetBSD: Makefile,v 1.3 2013/01/02 18:41:49 dsl Exp $ 2 1.1 christos 3 1.1 christos .include <bsd.own.mk> 4 1.2 christos .include "../Makefile.inc" 5 1.1 christos 6 1.1 christos PROG= iptest 7 1.1 christos SRCS= iptest.c iptests.c ip.c sbpf.c sock.c 44arp.c 8 1.1 christos MAN= iptest.1 9 1.1 christos 10 1.2 christos CPPFLAGS+= -I${.CURDIR}/../ipsend -I${NETBSDSRCDIR}/sys 11 1.2 christos .PATH: ${UDIST}/ipsend 12 1.1 christos 13 1.3 dsl # There is some very dubious code to locate the values of 14 1.3 dsl # tcb.rcv_adv, tcb.snd_nxt and tcb.rcv_nxt for a socket. 15 1.3 dsl CPPFLAGS+= -D_KMEMUSER 16 1.3 dsl 17 1.1 christos .include <bsd.prog.mk> 18