083524da25
It only provides inet_aton(), which is already provided by the libc. This causes multiple symbol definitions when linking statically. Reviewed by: darrenr
30 lines
1.3 KiB
Makefile
30 lines
1.3 KiB
Makefile
# $FreeBSD$
|
|
|
|
LIB= ipf
|
|
INTERNALLIB=
|
|
|
|
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 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>
|