5869a34acd
buildworld breakage. Exclude loglevel.c from the build. It does not appear to be used by anything in the tree and buildworld succeeds just fine without it.
30 lines
1.2 KiB
Makefile
30 lines
1.2 KiB
Makefile
# $FreeBSD$
|
|
|
|
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
|
|
|
|
.include <bsd.lib.mk>
|