summaryrefslogtreecommitdiff
path: root/usr.sbin/ipf/ipftest/Makefile
blob: d7192a394e42e813f8b8463b831219486beb70d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$NetBSD: Makefile,v 1.21 2002/09/18 03:54:30 lukem Exp $

.include <bsd.own.mk>

PROG=	ipftest
SRCS=	ipt.c parse.c common.c fil.c ipft_sn.c ipft_ef.c ipft_td.c \
	ipft_pc.c opt.c ipft_tx.c misc.c ip_frag.c ip_state.c \
	ip_nat.c ip_proxy.c ip_auth.c ipft_hx.c ip_fil.c \
	natparse.c facpri.c printnat.c printstate.c ip_log.c
MAN=	ipftest.1
CPPFLAGS+=-I${NETBSDSRCDIR}/dist/ipf -DIPFILTER_LKM -DIPFILTER_LOG

.PATH:	${NETBSDSRCDIR}/sys/netinet
.include <bsd.prog.mk>
.include <bsd.subdir.mk>