1997-11-11 13:14:42 +03:00
|
|
|
# $NetBSD: Makefile,v 1.13 1997/11/11 10:14:42 veego Exp $
|
1997-01-05 16:06:38 +03:00
|
|
|
|
|
|
|
PROG= ipftest
|
1997-07-07 02:34:34 +04:00
|
|
|
SRCS= ipt.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 ipft_hx.c ip_fil.c fil.c parse.c ip_proxy.c ip_auth.c
|
1997-11-11 13:14:42 +03:00
|
|
|
MAN= ipftest.1
|
1997-10-25 10:57:53 +04:00
|
|
|
CPPFLAGS+=-I${.CURDIR} -I${.CURDIR}/../ipf
|
1997-01-05 16:06:38 +03:00
|
|
|
|
1997-05-09 01:11:01 +04:00
|
|
|
.PATH: ${.CURDIR}/../ipf ${.CURDIR}/../../../sys/netinet
|
1997-01-05 16:06:38 +03:00
|
|
|
.include <bsd.prog.mk>
|