NetBSD/usr.sbin/ipf/ipftest/Makefile

13 lines
390 B
Makefile
Raw Normal View History

2000-05-03 15:40:53 +04:00
# $NetBSD: Makefile,v 1.15 2000/05/03 11:40:55 veego Exp $
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
CPPFLAGS+=-I${.CURDIR}/../../../dist/ipf
.PATH: ${.CURDIR}/../../../sys/netinet
.include <bsd.prog.mk>