xref: /freebsd/sbin/ipf/libipf/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1*7de1daebSGlen BarberPACKAGE=	ipf
2f81bd860SDarren ReedLIB=		ipf
3cf4ee2c9SDarren ReedINTERNALLIB=
4f81bd860SDarren Reed
5bfc88dcbSCy SchubertSRCS=		addicmp.c addipopt.c alist_free.c alist_new.c allocmbt.c \
6bfc88dcbSCy Schubert		assigndefined.c bcopywrap.c \
7bfc88dcbSCy Schubert		binprint.c buildopts.c checkrev.c connecttcp.c \
8bfc88dcbSCy Schubert		count4bits.c count6bits.c \
9bfc88dcbSCy Schubert		debug.c dupmbt.c \
10bfc88dcbSCy Schubert		facpri.c familyname.c \
11bfc88dcbSCy Schubert		fill6bits.c findword.c \
12bfc88dcbSCy Schubert		flags.c freembt.c ftov.c \
13bfc88dcbSCy Schubert		genmask.c \
14bfc88dcbSCy Schubert		gethost.c getifname.c geticmptype.c \
15d7eeb252SDarren Reed		getnattype.c getport.c getportproto.c getproto.c getsumd.c \
16bfc88dcbSCy Schubert		hostname.c icmpcode.c icmptypename.c icmptypes.c \
17bfc88dcbSCy Schubert		initparse.c interror.c ionames.c \
18bfc88dcbSCy Schubert		ipf_dotuning.c ipf_perror.c ipft_hx.c ipft_pc.c \
19bfc88dcbSCy Schubert		ipft_tx.c ipoptsec.c kmem.c kmemcpywrap.c \
20bfc88dcbSCy Schubert		kvatoname.c load_dstlist.c load_dstlistnode.c load_file.c \
21bfc88dcbSCy Schubert		load_hash.c load_hashnode.c \
22d7eeb252SDarren Reed		load_http.c load_pool.c load_poolnode.c load_url.c \
23bfc88dcbSCy Schubert		mb_hexdump.c msgdsize.c \
24d7eeb252SDarren Reed		mutex_emul.c nametokva.c nat_setgroupmap.c ntomask.c \
25bfc88dcbSCy Schubert		optname.c optprint.c optprintv6.c optvalue.c parsefields.c \
26bfc88dcbSCy Schubert		parseipfexpr.c parsewhoisline.c poolio.c portname.c \
27bfc88dcbSCy Schubert		prependmbt.c \
28bfc88dcbSCy Schubert		print_toif.c printactiveaddr.c printactivenat.c printaddr.c \
29bfc88dcbSCy Schubert		printaps.c printbuf.c printdstl_live.c printdstlist.c \
30bfc88dcbSCy Schubert		printdstlistdata.c printdstlistnode.c printdstlistpolicy.c \
31bfc88dcbSCy Schubert		printfieldhdr.c \
32d7eeb252SDarren Reed		printfr.c printfraginfo.c printhash.c printhash_live.c \
33bfc88dcbSCy Schubert		printhashdata.c printhashnode.c printhost.c printhostmap.c \
34bfc88dcbSCy Schubert		printhostmask.c printifname.c printip.c printipfexpr.c printiphdr.c printlog.c printlookup.c \
35bfc88dcbSCy Schubert		printmask.c printnat.c printnataddr.c printnatfield.c printnatside.c printpacket.c printpacket6.c \
36bfc88dcbSCy Schubert		printpool.c printpool_live.c printpooldata.c printpoolfield.c printpoolnode.c \
37bfc88dcbSCy Schubert		printportcmp.c printproto.c printsbuf.c printstate.c printstatefields.c \
38bfc88dcbSCy Schubert		printtcpflags.c \
39bfc88dcbSCy Schubert		printtqtable.c printtunable.c printunit.c remove_hash.c remove_hashnode.c \
40d7eeb252SDarren Reed		remove_pool.c remove_poolnode.c resetlexer.c rwlock_emul.c \
41bfc88dcbSCy Schubert		save_execute.c save_file.c save_nothing.c save_syslog.c save_v1trap.c save_v2trap.c vtof.c \
42d7eeb252SDarren Reed		tcp_flags.c tcpflags.c tcpoptnames.c v6ionames.c v6optvalue.c \
43d7eeb252SDarren Reed		var.c verbose.c
44f81bd860SDarren Reed
457aab86d5SBryan DreweryLIBADD=		kvm
467aab86d5SBryan Drewery
47f81bd860SDarren Reed.include <bsd.lib.mk>
48