Print this page
OS-7667 IPFilter needs to keep and report state for cloud firewall logging
Portions contributed by: Mike Gerdts <mike.gerdts@joyent.com>
| Split |
Close |
| Expand all |
| Collapse all |
--- old/usr/src/uts/common/inet/ipf/netinet/Makefile
+++ new/usr/src/uts/common/inet/ipf/netinet/Makefile
1 1 #
2 -#ident "%Z%%M% %I% %E% SMI"
3 -#
4 2 # Copyright 2008 Sun Microsystems, Inc. All rights reserved.
5 3 # Use is subject to license terms.
4 +# Copyright 2019 Joyent, Inc.
6 5 #
7 6 # uts/common/inet/ipf/netinet/Makefile
8 7 #
9 8 # include global definitions
10 9 include ../../../../../Makefile.master
11 10
12 -HDRS= ipl.h ip_compat.h ip_fil.h ip_nat.h ip_proxy.h ip_state.h \
13 - ip_frag.h ip_auth.h ip_lookup.h ip_pool.h ip_htable.h ipf_stack.h
11 +HDRS= ipl.h ip_compat.h ip_fil.h ip_nat.h ip_proxy.h ip_state.h ip_frag.h \
12 + ip_auth.h ip_lookup.h ip_pool.h ip_htable.h ipf_stack.h ipf_cfw.h
14 13
15 14 ROOTDIRS= $(ROOT)/usr/include/netinet
16 15
17 16 ROOTHDRS= $(HDRS:%=$(ROOT)/usr/include/netinet/%)
18 17
19 18 CHECKHDRS= $(HDRS:%.h=%.check)
20 19
21 20 $(ROOTDIRS)/%: %
22 21 $(INS.file)
23 22
24 23 .KEEP_STATE:
25 24
26 25 .PARALLEL: $(CHECKHDRS)
27 26
28 27 install_h: $(ROOTDIRS) $(ROOTHDRS)
29 28
30 29 $(ROOTDIRS):
31 30 $(INS.dir)
32 31
33 32 check:
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX