]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/ipftest/Makefile
This commit was generated by cvs2svn to compensate for changes in r60967,
[FreeBSD/FreeBSD.git] / usr.sbin / ipftest / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../sys/netinet \
4         ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man
5
6 PROG=   ipftest
7 MAN1=   ipftest.1
8 SRCS=   opt_ipfilter.h \
9         ipt.c parse.c fil.c ipft_sn.c ipft_ef.c ipft_td.c ipft_pc.c opt.c \
10         ipft_tx.c misc.c ip_frag.c ip_state.c ip_nat.c ip_proxy.c \
11         ip_auth.c ipft_hx.c ip_fil.c natparse.c facpri.c common.c
12
13 CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I- -I${.OBJDIR} -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter
14
15 CLEANFILES+=    opt_ipfilter.h
16
17 opt_ipfilter.h: Makefile
18         echo "#define IPFILTER 1" > opt_ipfilter.h
19
20 MAINTAINER=     guido@freebsd.org
21
22 .include <bsd.prog.mk>