85 inetconv ipmpstat ipqosconf ipsecutils kssl/kssladm \
86 kssl/ksslcfg nwamadm nwamcfg ping routeadm sppptun traceroute \
87 wificonfig
88 # And as programs are verified not to attempt to write into constants,
89 # -xstrconst should be used to ensure they stay that way.
90 CONSTCLEAN=
91
92 include ../../Makefile.cmd
93 ROOTMANIFESTDIR= $(ROOTSVCNETWORK)
94 $(ROOTMANIFEST) := FILEMODE= 444
95 include ../Makefile.cmd-inet
96
97 ROOTSBINPROG = $(ROOTFS_PROG:%=$(ROOTSBIN)/%)
98 ROOTUSRSBINLINKS = $(SBINLINKS:%=$(ROOTUSRSBIN)/%)
99
100 COMMONOBJS= addr_match.o kcmd.o store_forw_creds.o
101 COMMONSRCS= $(COMMONOBJS:%.o=$(CMDINETCOMMONDIR)/%.c)
102 SRCS+= $(COMMONSRCS)
103
104 CERRWARN += -_gcc=-Wno-implicit-function-declaration
105 CERRWARN += -_gcc=-Wno-uninitialized
106 CERRWARN += -_gcc=-Wno-unused-variable
107 CERRWARN += -_gcc=-Wno-unused-function
108 CERRWARN += -_gcc=-Wno-parentheses
109 CERRWARN += -_gcc=-Wno-char-subscripts
110 CERRWARN += -_gcc=-Wno-extra
111 CERRWARN += -_gcc=-Wno-address
112
113 # "missing type for func"
114 SMATCH=off
115
116 #
117 # Message catalog
118 #
119 POFILES= 6to4relay.po if_mpadm.po in.comsat.po ipaddrsel.po route.po \
120 soconfig.po
121 POFILE= usr.sbin.po
122
123 all:= TARGET= all
124 install:= TARGET= install
125 clean:= TARGET= clean
|
85 inetconv ipmpstat ipqosconf ipsecutils kssl/kssladm \
86 kssl/ksslcfg nwamadm nwamcfg ping routeadm sppptun traceroute \
87 wificonfig
88 # And as programs are verified not to attempt to write into constants,
89 # -xstrconst should be used to ensure they stay that way.
90 CONSTCLEAN=
91
92 include ../../Makefile.cmd
93 ROOTMANIFESTDIR= $(ROOTSVCNETWORK)
94 $(ROOTMANIFEST) := FILEMODE= 444
95 include ../Makefile.cmd-inet
96
97 ROOTSBINPROG = $(ROOTFS_PROG:%=$(ROOTSBIN)/%)
98 ROOTUSRSBINLINKS = $(SBINLINKS:%=$(ROOTUSRSBIN)/%)
99
100 COMMONOBJS= addr_match.o kcmd.o store_forw_creds.o
101 COMMONSRCS= $(COMMONOBJS:%.o=$(CMDINETCOMMONDIR)/%.c)
102 SRCS+= $(COMMONSRCS)
103
104 CERRWARN += -_gcc=-Wno-implicit-function-declaration
105 CERRWARN += $(CNOWARN_UNINIT)
106 CERRWARN += -_gcc=-Wno-unused-variable
107 CERRWARN += -_gcc=-Wno-unused-function
108 CERRWARN += -_gcc=-Wno-parentheses
109 CERRWARN += -_gcc=-Wno-char-subscripts
110 CERRWARN += -_gcc=-Wno-extra
111 CERRWARN += -_gcc=-Wno-address
112
113 # "missing type for func"
114 SMATCH=off
115
116 #
117 # Message catalog
118 #
119 POFILES= 6to4relay.po if_mpadm.po in.comsat.po ipaddrsel.po route.po \
120 soconfig.po
121 POFILE= usr.sbin.po
122
123 all:= TARGET= all
124 install:= TARGET= install
125 clean:= TARGET= clean
|