1#         $NetBSD: Makefile,v 1.3 2019/10/13 01:17:24 mrg Exp $
2
3LIBISPRIVATE=       yes
4
5LIB=                ipf
6
7SRCS=               addicmp.c \
8                    addipopt.c \
9                    alist_free.c \
10                    alist_new.c \
11                    allocmbt.c \
12                    assigndefined.c \
13                    bcopywrap.c \
14                    binprint.c \
15                    buildopts.c \
16                    checkrev.c \
17                    connecttcp.c \
18                    count4bits.c \
19                    count6bits.c \
20                    debug.c \
21                    dupmbt.c \
22                    facpri.c \
23                    familyname.c \
24                    fill6bits.c \
25                    findword.c \
26                    flags.c \
27                    freembt.c \
28                    ftov.c \
29                    genmask.c \
30                    gethost.c \
31                    geticmptype.c \
32                    getifname.c \
33                    getnattype.c \
34                    getport.c \
35                    getportproto.c \
36                    getproto.c \
37                    getsumd.c \
38                    hostname.c \
39                    icmpcode.c \
40                    icmptypename.c \
41                    icmptypes.c \
42                    initparse.c \
43                    interror.c \
44                    ionames.c \
45                    ipf_perror.c \
46                    ipf_dotuning.c \
47                    ipft_hx.c \
48                    ipft_pc.c \
49                    ipft_tx.c \
50                    ipoptsec.c \
51                    kmem.c \
52                    kmemcpywrap.c \
53                    kvatoname.c \
54                    load_file.c \
55                    load_dstlist.c \
56                    load_dstlistnode.c \
57                    load_hash.c \
58                    load_hashnode.c \
59                    load_http.c \
60                    load_pool.c \
61                    load_poolnode.c \
62                    load_url.c \
63                    msgdsize.c \
64                    mutex_emul.c \
65                    nametokva.c \
66                    nat_setgroupmap.c \
67                    ntomask.c \
68                    optname.c \
69                    optprint.c \
70                    optprintv6.c \
71                    optvalue.c \
72                    parsefields.c \
73                    parseipfexpr.c \
74                    parsewhoisline.c \
75                    poolio.c \
76                    portname.c \
77                    print_toif.c \
78                    printactiveaddr.c \
79                    printactivenat.c \
80                    printaddr.c \
81                    printaps.c \
82                    printbuf.c \
83                    printdstlist.o \
84                    printdstlistdata.o \
85                    printdstlistnode.o \
86                    printdstlistpolicy.o \
87                    printdstl_live.o \
88                    printfieldhdr.c \
89                    printfr.c \
90                    printfraginfo.c \
91                    printhash.c \
92                    printhashdata.c \
93                    printhashnode.c \
94                    printhash_live.c \
95                    printhost.c \
96                    printhostmap.c \
97                    printhostmask.c \
98                    printifname.c \
99                    printip.c \
100                    printipfexpr.c \
101                    printlog.c \
102                    printlookup.c \
103                    printmask.c \
104                    printnat.c \
105                    printnataddr.c \
106                    printnatfield.c \
107                    printnatside.c \
108                    printpool.c \
109                    printpooldata.c \
110                    printpoolfield.c \
111                    printpoolnode.c \
112                    printpool_live.c \
113                    printproto.c \
114                    printportcmp.c \
115                    printpacket.c \
116                    printpacket6.c \
117                    printsbuf.c \
118                    printstate.c \
119                    printstatefields.c \
120                    printtcpflags.c \
121                    printtqtable.c \
122                    printtunable.c \
123                    printunit.c \
124                    remove_hash.c \
125                    remove_hashnode.c \
126                    remove_pool.c \
127                    remove_poolnode.c \
128                    resetlexer.c \
129                    rwlock_emul.c \
130                    save_execute.c \
131                    save_file.c \
132                    save_nothing.c \
133                    save_syslog.c \
134                    save_v1trap.c \
135                    save_v2trap.c \
136                    tcpflags.c \
137                    var.c \
138                    verbose.c \
139                    vtof.c \
140                    v6ionames.c \
141                    v6optvalue.c
142
143.include <bsd.lib.mk>
144