summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter/BSD
diff options
context:
space:
mode:
authordarrenr <darrenr@FreeBSD.org>2002-08-28 13:42:48 +0000
committerdarrenr <darrenr@FreeBSD.org>2002-08-28 13:42:48 +0000
commit3aab5fb9fd5d3200009207f552a48b8100b853b2 (patch)
treef2d0223cccbc9beaa3eb21f7810ca0eea835a8ce /contrib/ipfilter/BSD
parent29738d8f278be232c05ed98a0186e26e2d211f77 (diff)
downloadFreeBSD-src-3aab5fb9fd5d3200009207f552a48b8100b853b2.zip
FreeBSD-src-3aab5fb9fd5d3200009207f552a48b8100b853b2.tar.gz
With a bit of luck, this will be a first-time right import of ipfilter 3.4.29
on to the vendor branch.
Diffstat (limited to 'contrib/ipfilter/BSD')
-rw-r--r--contrib/ipfilter/BSD/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/contrib/ipfilter/BSD/Makefile b/contrib/ipfilter/BSD/Makefile
index 835d233..4d97a9b 100644
--- a/contrib/ipfilter/BSD/Makefile
+++ b/contrib/ipfilter/BSD/Makefile
@@ -231,7 +231,7 @@ clean:
${RM} -f *.core *.o ipt fils ipf ipfstat ipftest ipmon if_ipl ipnat \
vnode_if.h $(LKM) ioconf.h *.ko setdef1.c setdef0.c setdefs.h \
y.tab.? lex.yy.c ipfs
- ${RM} -f ../opt_inet6.h
+ ${RM} -f ../opt_inet6.h ../ipftest ../ipmon ../ipf ../ipnat
${MAKE} -f Makefile.ipsend ${MFLAGS} clean
-(for i in *; do \
@@ -243,8 +243,11 @@ clean:
done)
install:
- -$(CP) $(TOP)/ip_fil.h /usr/include/netinet/ip_fil.h
- -$(CHMOD) 444 /usr/include/netinet/ip_fil.h
+ for i in ip_compat.h ip_fil.h ip_nat.h ip_state.h ip_proxy.h \
+ ip_frag.h ip_auth.h; do \
+ /bin/cp $(TOP)/$$i /usr/include/netinet/; \
+ -$(CHMOD) 444 /usr/include/netinet/$$i; \
+ done
-if [ -d /lkm -a -f if_ipl.o ] ; then \
cp if_ipl.o /lkm; \
fi
OpenPOWER on IntegriCloud