NetBSD/usr.sbin/ipf/iptest/Makefile
veego 9c9aae0fda Use the new IP Filter dist layout for.
We are now at version 3.3.5.
1999-12-12 11:29:55 +00:00

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>