summaryrefslogtreecommitdiffstats
path: root/sbin/ipf
diff options
context:
space:
mode:
authordarrenr <darrenr@FreeBSD.org>2007-06-04 02:54:36 +0000
committerdarrenr <darrenr@FreeBSD.org>2007-06-04 02:54:36 +0000
commita33069b5324be7fb6d5c0a0d785bb0e10eb0aa36 (patch)
tree28d6fb710df6e0ddec4933e69ec29d2ecd78a134 /sbin/ipf
parent1dd4fa592dfed4984b91696b53e64e8c075f63eb (diff)
downloadFreeBSD-src-a33069b5324be7fb6d5c0a0d785bb0e10eb0aa36.zip
FreeBSD-src-a33069b5324be7fb6d5c0a0d785bb0e10eb0aa36.tar.gz
Merge IPFilter 4.1.23 back to HEAD
See src/contrib/ipfilter/HISTORY for details of changes since 4.1.13
Diffstat (limited to 'sbin/ipf')
-rw-r--r--sbin/ipf/libipf/Makefile44
1 files changed, 22 insertions, 22 deletions
diff --git a/sbin/ipf/libipf/Makefile b/sbin/ipf/libipf/Makefile
index 33c3563..d099c35 100644
--- a/sbin/ipf/libipf/Makefile
+++ b/sbin/ipf/libipf/Makefile
@@ -3,27 +3,27 @@
LIB= ipf
INTERNALLIB=
-SRCS= addicmp.c addipopt.c bcopywrap.c binprint.c \
- buildopts.c checkrev.c count6bits.c count4bits.c debug.c \
- extras.c facpri.c flags.c fill6bits.c genmask.c gethost.c \
- getifname.c getline.c getnattype.c getport.c getportproto.c \
- getproto.c getsumd.c hexdump.c hostmask.c hostname.c \
- hostnum.c icmpcode.c initparse.c ionames.c \
- ipoptsec.c ipf_dotuning.c ipft_ef.c ipft_hx.c ipft_pc.c \
- ipft_sn.c ipft_td.c ipft_tx.c kmem.c kmemcpywrap.c \
- kvatoname.c load_hash.c load_hashnode.c load_pool.c \
- load_poolnode.c mutex_emul.c \
- nametokva.c nat_setgroupmap.c ntomask.c optname.c \
- optprint.c optprintv6.c optvalue.c portname.c portnum.c \
- ports.c print_toif.c printactivenat.c printaps.c printbuf.c \
- printhash.c printhashnode.c printip.c printpool.c \
- printpoolnode.c printfr.c printfraginfo.c printhostmap.c \
- printifname.c printhostmask.c printlog.c printmask.c \
- printnat.c printportcmp.c printpacket.c printpacket6.c \
- printproto.c printsbuf.c printstate.c printtunable.c ratoi.c \
- ratoui.c remove_hash.c remove_hashnode.c remove_pool.c \
- remove_poolnode.c resetlexer.c rwlock_emul.c tcpflags.c \
- tcp_flags.c to_interface.c var.c verbose.c v6ionames.c \
- v6optvalue.c
+SRCS= addicmp.c addipopt.c alist_free.c alist_new.c bcopywrap.c \
+ binprint.c buildopts.c checkrev.c count4bits.c count6bits.c \
+ debug.c facpri.c fill6bits.c flags.c gethost.c getifname.c \
+ getnattype.c getport.c getportproto.c getproto.c getsumd.c \
+ hostname.c icmpcode.c inet_addr.c initparse.c ionames.c \
+ ipf_dotuning.c ipft_ef.c ipft_hx.c ipft_pc.c ipft_sn.c \
+ ipft_td.c ipft_tx.c ipoptsec.c kmem.c kmemcpywrap.c \
+ kvatoname.c load_file.c load_hash.c load_hashnode.c \
+ load_http.c load_pool.c load_poolnode.c load_url.c \
+ mutex_emul.c nametokva.c nat_setgroupmap.c ntomask.c \
+ optname.c optprint.c optprintv6.c optvalue.c portname.c \
+ print_toif.c printactivenat.c printaps.c printbuf.c \
+ printfr.c printfraginfo.c printhash.c printhash_live.c \
+ printhashdata.c printhashnode.c printhostmap.c \
+ printhostmask.c printifname.c printip.c printlog.c \
+ printmask.c printnat.c printpacket.c printpacket6.c \
+ printpool.c printpool_live.c printpooldata.c printpoolnode.c \
+ printportcmp.c printproto.c printsbuf.c printstate.c \
+ printtqtable.c printtunable.c remove_hash.c remove_hashnode.c \
+ remove_pool.c remove_poolnode.c resetlexer.c rwlock_emul.c \
+ tcp_flags.c tcpflags.c tcpoptnames.c v6ionames.c v6optvalue.c \
+ var.c verbose.c
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud