[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.8, Thu Dec 16 07:38:45 1999 UTC (24 years, 6 months ago) by kjell
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.7: +2 -2 lines

Add the ability to use interface names in place of addresses
in firewall rules. i.e.

block return-rst in quick on fxp0 proto tcp from any to fxp0 port = 9999

This will make things like DHCP much easier to deal with in the future.

#	$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>