2002-09-18 07:54:26 +04:00
|
|
|
# $NetBSD: Makefile,v 1.21 2002/09/18 03:54:30 lukem Exp $
|
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
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 \
|
2002-03-14 15:34:33 +03:00
|
|
|
natparse.c facpri.c printnat.c printstate.c ip_log.c
|
1997-11-11 13:14:42 +03:00
|
|
|
MAN= ipftest.1
|
2002-09-18 07:54:26 +04:00
|
|
|
CPPFLAGS+=-I${NETBSDSRCDIR}/dist/ipf -DIPFILTER_LKM -DIPFILTER_LOG
|
1997-01-05 16:06:38 +03:00
|
|
|
|
2002-09-18 07:54:26 +04:00
|
|
|
.PATH: ${NETBSDSRCDIR}/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>
|