summaryrefslogtreecommitdiff
path: root/usr.sbin/ipftest/Makefile
blob: 786be621aca61453ad04416360a2df88cfd2f334 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$OpenBSD: Makefile,v 1.8 1999/12/16 07:38:45 kjell Exp $

PROG=	ipftest 
MAN=	ipftest.1	
SRCS=	ipt.c fil.c ipft_hx.c ipft_sn.c ipft_ef.c ipft_td.c ipft_pc.c \
	ipft_tx.c misc.c parse.c opt.c ip_frag.c ip_nat.c ip_state.c \
	ip_auth.c ip_fil.c ip_proxy.c facpri.c natparse.c ifaddr.c

.PATH: 	${.CURDIR}/../../sbin/ipf ${.CURDIR}/../../sbin/ipfstat \
	${.CURDIR}/../../sys/netinet ${.CURDIR}/../../sbin/ipnat

CFLAGS+=-I${.CURDIR}/../../sbin/ipf \
	-I${.CURDIR}


.include <bsd.prog.mk>