10 lines
247 B
Makefile
10 lines
247 B
Makefile
# $NetBSD: Makefile,v 1.13 2000/05/03 11:40:56 veego Exp $
|
|
|
|
PROG= iptest
|
|
SRCS= iptest.c iptests.c ip.c sbpf.c sock.c 44arp.c
|
|
MAN= iptest.1
|
|
CPPFLAGS+=-I${.CURDIR}/../../../dist/ipf
|
|
|
|
.PATH: ${.CURDIR}/../../../dist/ipf/ipsend
|
|
.include <bsd.prog.mk>
|