146 lines
2.4 KiB
Makefile
146 lines
2.4 KiB
Makefile
# $NetBSD: Makefile,v 1.2 2012/07/22 14:27:51 darrenr Exp $
|
|
|
|
LIBISPRIVATE= yes
|
|
|
|
LIB= ipf
|
|
|
|
SRCS= addicmp.c \
|
|
addipopt.c \
|
|
alist_free.c \
|
|
alist_new.c \
|
|
allocmbt.c \
|
|
assigndefined.c \
|
|
bcopywrap.c \
|
|
binprint.c \
|
|
buildopts.c \
|
|
checkrev.c \
|
|
connecttcp.c \
|
|
count4bits.c \
|
|
count6bits.c \
|
|
debug.c \
|
|
dupmbt.c \
|
|
facpri.c \
|
|
familyname.c \
|
|
fill6bits.c \
|
|
findword.c \
|
|
flags.c \
|
|
freembt.c \
|
|
ftov.c \
|
|
genmask.c \
|
|
gethost.c \
|
|
geticmptype.c \
|
|
getifname.c \
|
|
getnattype.c \
|
|
getport.c \
|
|
getportproto.c \
|
|
getproto.c \
|
|
getsumd.c \
|
|
hostname.c \
|
|
icmpcode.c \
|
|
icmptypename.c \
|
|
icmptypes.c \
|
|
initparse.c \
|
|
interror.c \
|
|
ionames.c \
|
|
ipf_perror.c \
|
|
ipf_dotuning.c \
|
|
ipft_hx.c \
|
|
ipft_pc.c \
|
|
ipft_tx.c \
|
|
ipoptsec.c \
|
|
kmem.c \
|
|
kmemcpywrap.c \
|
|
kvatoname.c \
|
|
load_file.c \
|
|
load_dstlist.c \
|
|
load_dstlistnode.c \
|
|
load_hash.c \
|
|
load_hashnode.c \
|
|
load_http.c \
|
|
load_pool.c \
|
|
load_poolnode.c \
|
|
load_url.c \
|
|
msgdsize.c \
|
|
mutex_emul.c \
|
|
nametokva.c \
|
|
nat_setgroupmap.c \
|
|
ntomask.c \
|
|
optname.c \
|
|
optprint.c \
|
|
optprintv6.c \
|
|
optvalue.c \
|
|
parsefields.c \
|
|
parseipfexpr.c \
|
|
parsewhoisline.c \
|
|
poolio.c \
|
|
portname.c \
|
|
print_toif.c \
|
|
printactiveaddr.c \
|
|
printactivenat.c \
|
|
printaddr.c \
|
|
printaps.c \
|
|
printbuf.c \
|
|
printdstlist.o \
|
|
printdstlistdata.o \
|
|
printdstlistnode.o \
|
|
printdstlistpolicy.o \
|
|
printdstl_live.o \
|
|
printfieldhdr.c \
|
|
printfr.c \
|
|
printfraginfo.c \
|
|
printhash.c \
|
|
printhashdata.c \
|
|
printhashnode.c \
|
|
printhash_live.c \
|
|
printhost.c \
|
|
printhostmap.c \
|
|
printhostmask.c \
|
|
printifname.c \
|
|
printip.c \
|
|
printipfexpr.c \
|
|
printlog.c \
|
|
printlookup.c \
|
|
printmask.c \
|
|
printnat.c \
|
|
printnataddr.c \
|
|
printnatfield.c \
|
|
printnatside.c \
|
|
printpool.c \
|
|
printpooldata.c \
|
|
printpoolfield.c \
|
|
printpoolnode.c \
|
|
printpool_live.c \
|
|
printproto.c \
|
|
printportcmp.c \
|
|
printpacket.c \
|
|
printpacket6.c \
|
|
printsbuf.c \
|
|
printstate.c \
|
|
printstatefields.c \
|
|
printtcpflags.c \
|
|
printtqtable.c \
|
|
printtunable.c \
|
|
printunit.c \
|
|
remove_hash.c \
|
|
remove_hashnode.c \
|
|
remove_pool.c \
|
|
remove_poolnode.c \
|
|
resetlexer.c \
|
|
rwlock_emul.c \
|
|
save_execute.c \
|
|
save_file.c \
|
|
save_nothing.c \
|
|
save_syslog.c \
|
|
save_v1trap.c \
|
|
save_v2trap.c \
|
|
tcpflags.c \
|
|
var.c \
|
|
verbose.c \
|
|
vtof.c \
|
|
v6ionames.c \
|
|
v6optvalue.c
|
|
|
|
#CPPFLAGS.printstate.c= -Wno-error
|
|
|
|
.include <bsd.lib.mk>
|