[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.sbin / ipftest

File: [local] / src / usr.sbin / ipftest / Attic / Makefile (download)

Revision 1.9, Wed Jan 17 06:01:21 2001 UTC (23 years, 4 months ago) by fgsch
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.8: +2 -3 lines

2nd part of the ipf code; need more testing.

#	$OpenBSD: Makefile,v 1.9 2001/01/17 06:01:21 fgsch 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 common.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>