9c9aae0fda
We are now at version 3.3.5.
10 lines
247 B
Makefile
10 lines
247 B
Makefile
# $NetBSD: Makefile,v 1.12 1999/12/12 11:30:31 veego Exp $
|
|
|
|
PROG= iptest
|
|
SRCS= iptest.c iptests.c ip.c sbpf.c 44arp.c sock.c
|
|
MAN= iptest.1
|
|
CPPFLAGS+=-I${.CURDIR}/../../../dist/ipf
|
|
|
|
.PATH: ${.CURDIR}/../../../dist/ipf/ipsend
|
|
.include <bsd.prog.mk>
|