Deleted Added
full compact
Makefile (145524) Makefile (145555)
1# $FreeBSD: head/sbin/ipf/ipftest/Makefile 145524 2005-04-25 18:55:52Z darrenr $
1# $FreeBSD: head/sbin/ipf/ipftest/Makefile 145555 2005-04-26 15:35:50Z darrenr $
2
3NOGCCERROR= # defined
4
5.include <bsd.own.mk>
6
7PROG= ipftest
8SRCS= ipftest.c fil.c ip_frag.c ip_state.c ip_nat.c \
9 ip_proxy.c ip_auth.c ip_htable.c ip_lookup.c \
10 ip_pool.c ip_scan.c ip_sync.c ip_rules.c \
11 ip_fil.c ip_log.c ippool_y.c ippool_l.c ipf_y.c \
12 ipf_l.c ipnat_y.c ipnat_l.c md5.c radix.c bpf_filter.c
13MAN= ipftest.1
14
15CFLAGS+= -DIPFILTER_LOG -DIPFILTER_COMPILED -DIPFILTER_LOOKUP \
16 -DIPFILTER_SCAN -DIPFILTER_SYNC -DIPFILTER_CKSUM -I.
17
2
3NOGCCERROR= # defined
4
5.include <bsd.own.mk>
6
7PROG= ipftest
8SRCS= ipftest.c fil.c ip_frag.c ip_state.c ip_nat.c \
9 ip_proxy.c ip_auth.c ip_htable.c ip_lookup.c \
10 ip_pool.c ip_scan.c ip_sync.c ip_rules.c \
11 ip_fil.c ip_log.c ippool_y.c ippool_l.c ipf_y.c \
12 ipf_l.c ipnat_y.c ipnat_l.c md5.c radix.c bpf_filter.c
13MAN= ipftest.1
14
15CFLAGS+= -DIPFILTER_LOG -DIPFILTER_COMPILED -DIPFILTER_LOOKUP \
16 -DIPFILTER_SCAN -DIPFILTER_SYNC -DIPFILTER_CKSUM -I.
17
18.PATH: ${NETBSDSRCDIR}/sys/netinet
18.PATH: ${.CURDIR}/../../../sys/contrib/ipfilter/netinet
19
20DPSRCS+= ipnat_l.h ipnat_y.h ippool_l.h ippool_y.h ipf_l.h ipf_y.h
21
22CLEANFILES+= ipf_y.c ipf_y.h
23CLEANFILES+= ipf_l.c ipf_l.h
24CLEANFILES+= ipf.tab.c ipf.tab.h
25CLEANFILES+= ipnat_y.c ipnat_y.h
26CLEANFILES+= ipnat_l.c ipnat_l.h

--- 77 unchanged lines hidden ---
19
20DPSRCS+= ipnat_l.h ipnat_y.h ippool_l.h ippool_y.h ipf_l.h ipf_y.h
21
22CLEANFILES+= ipf_y.c ipf_y.h
23CLEANFILES+= ipf_l.c ipf_l.h
24CLEANFILES+= ipf.tab.c ipf.tab.h
25CLEANFILES+= ipnat_y.c ipnat_y.h
26CLEANFILES+= ipnat_l.c ipnat_l.h

--- 77 unchanged lines hidden ---