2000-06-13 01:32:25 +04:00
|
|
|
# $NetBSD: Makefile,v 1.17 2000/06/12 21:32:25 veego Exp $
|
1997-01-05 16:06:38 +03:00
|
|
|
|
|
|
|
PROG= ipftest
|
2000-05-03 15:40:53 +04:00
|
|
|
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
|
1997-11-11 13:14:42 +03:00
|
|
|
MAN= ipftest.1
|
1999-12-12 14:29:55 +03:00
|
|
|
CPPFLAGS+=-I${.CURDIR}/../../../dist/ipf
|
1997-01-05 16:06:38 +03:00
|
|
|
|
2000-06-12 17:35:49 +04:00
|
|
|
SUBDIR= test
|
|
|
|
|
1999-12-12 14:29:55 +03:00
|
|
|
.PATH: ${.CURDIR}/../../../sys/netinet
|
1997-01-05 16:06:38 +03:00
|
|
|
.include <bsd.prog.mk>
|
2000-06-13 01:32:25 +04:00
|
|
|
.include <bsd.subdir.mk>
|