xref: /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/Makefile (revision 90a455ac4ea45868c160c95be7cb1d19844acbea)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21
22#
23# Copyright (c) 1990, 2010, Oracle and/or its affiliates. All rights reserved.
24# Copyright 2014 Garrett D'Amore <garrett@damore.org>
25#
26
27SYNCPROG=	syncinit syncloop syncstat
28DHCPPROG=	dhcpconfig dhtadm pntadm
29
30PROG=		6to4relay arp if_mpadm \
31		in.comsat in.fingerd in.rarpd in.rexecd in.rlogind \
32		in.rshd in.rwhod in.telnetd in.tftpd ipaddrsel \
33		ndd $(SYNCPROG) $(DHCPPROG) wanbootutil
34
35MANIFEST=	rarp.xml telnet.xml comsat.xml finger.xml \
36		login.xml shell.xml rexec.xml socket-filter-kssl.xml
37SVCMETHOD=	svc-sockfilter
38
39ROOTFS_PROG=	hostconfig route soconfig
40SBINLINKS=	hostconfig route
41
42RPCSVCPROG=	hostconfig
43AUDITPROG=	in.rexecd in.rlogind in.rshd in.telnetd
44PAMPROG=	in.rexecd in.rlogind in.rshd in.telnetd
45SOCKETPROG=	6to4relay arp hostconfig if_mpadm in.comsat \
46		in.fingerd in.rarpd in.rexecd in.rlogind in.rshd \
47		in.rwhod in.telnetd in.tftpd ipaddrsel route
48NSLPROG=	6to4relay arp hostconfig in.comsat in.rarpd \
49		in.rexecd in.rlogind in.rshd in.rwhod in.telnetd \
50		in.tftpd ipaddrsel route
51CMDPROG=	in.telnetd
52K5PROGS=	in.telnetd in.rlogind in.rshd
53TSNETPROG=	route
54DLADMPROG=	6to4relay
55DEFAULTFILES=	telnetd.dfl
56
57PROGSRCS=	$(PROG:%=%.c)
58TFTPDOBJS=	in.tftpd.o tftpsubs.o
59OTHERSRC=	../usr.bin/tftp/tftpsubs.c
60K5RLOGINOBJS=	in.rlogind.o
61K5RSHDOBJS=	in.rshd.o
62K5TELNETOBJS=	in.telnetd.o
63SRCS=		$(PROGSRCS) $(OTHERSRC)
64
65SUBDIRS=	bootconfchk ifconfig ilbadm in.rdisc in.routed \
66		in.talkd inetadm inetconv ipadm ipmpstat ipqosconf ipsecutils \
67		kssl/kssladm kssl/ksslcfg nwamadm nwamcfg ping routeadm \
68		snoop sppptun traceroute wificonfig
69
70MSGSUBDIRS=	bootconfchk ifconfig ilbadm in.routed in.talkd \
71		inetadm inetconv ipadm ipmpstat ipqosconf ipsecutils \
72		kssl/ksslcfg nwamadm nwamcfg routeadm sppptun snoop wificonfig
73
74# As programs get lint-clean, add them here and to the 'lint' target.
75# Eventually this hack should go away, and all in PROG should be
76# lint-clean.
77LINTCLEAN=	6to4relay arp in.rlogind in.rshd in.telnetd in.tftpd \
78		ipaddrsel route \
79		in.rarpd if_mpadm $(SYNCPROG)
80# Likewise, as subdirs get lint-clean, add them here.  Once
81# they're all clean, replace the dependency of the lint target
82# with SUBDIRS.  Also (sigh) deal with the commented-out build lines
83# for the lint rule.
84LINTSUBDIRS=	bootconfchk ilbadm in.rdisc in.routed in.talkd inetadm \
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.
90CONSTCLEAN=
91
92include ../../Makefile.cmd
93ROOTMANIFESTDIR=	$(ROOTSVCNETWORK)
94$(ROOTMANIFEST)		:= FILEMODE= 444
95include ../Makefile.cmd-inet
96
97ROOTSBINPROG = $(ROOTFS_PROG:%=$(ROOTSBIN)/%)
98ROOTUSRSBINLINKS = $(SBINLINKS:%=$(ROOTUSRSBIN)/%)
99
100COMMONOBJS=	addr_match.o kcmd.o store_forw_creds.o
101COMMONSRCS=	$(COMMONOBJS:%.o=$(CMDINETCOMMONDIR)/%.c)
102SRCS+=		$(COMMONSRCS)
103
104CERRWARN += -_gcc=-Wno-implicit-function-declaration
105CERRWARN += -_gcc=-Wno-uninitialized
106CERRWARN += -_gcc=-Wno-unused-variable
107CERRWARN += -_gcc=-Wno-unused-function
108CERRWARN += -_gcc=-Wno-parentheses
109CERRWARN += -_gcc=-Wno-char-subscripts
110CERRWARN += -_gcc=-Wno-extra
111CERRWARN += -_gcc=-Wno-address
112
113#
114# Message catalog
115#
116POFILES=	6to4relay.po if_mpadm.po in.comsat.po ipaddrsel.po route.po \
117		soconfig.po
118POFILE=		usr.sbin.po
119
120all:=		TARGET= all
121install:=	TARGET= install
122clean:=		TARGET= clean
123clobber:=	TARGET= clobber
124lint:=		TARGET= lint
125_msg:=		TARGET= _msg
126
127CLOBBERFILES +=	$(ROOTFS_PROG) $(PROG)
128CLEANFILES += $(COMMONOBJS) $(K5RLOGINOBJS) $(K5RSHDOBJS) $(TFTPDOBJS) \
129		$(K5TELNETOBJS)
130
131CPPFLAGS +=	-DSYSV -DBSD_COMP -I$(CMDINETCOMMONDIR) -I
132
133include $(SRC)/lib/gss_mechs/mech_krb5/Makefile.mech_krb5
134K5LIBS=
135
136# Eventually just plain CFLAGS should be += -v, but not until all in
137# PROGS are lint clean.
138$(LINTCLEAN)		:=	CFLAGS += $(CCVERBOSE)
139$(CONSTCLEAN)		:=	CFLAGS += $(XSTRCONST)
140
141$(SYNCPROG)		:=	LDLIBS += -ldlpi
142$(SOCKETPROG)		:=	LDLIBS += -lsocket
143$(NSLPROG)		:=	LDLIBS += -lnsl
144$(AUDITPROG)		:=	LDLIBS += -lbsm
145$(PAMPROG)		:=	LDLIBS += -lpam
146$(RPCSVCPROG)		:=	LDLIBS += -lrpcsvc
147$(K5PROGS)		:=	LDFLAGS += $(KRUNPATH) \
148				-L$(ROOT)$(KLIBDIR_DO) -L$(ROOT)$(KLIBDIR_GL)
149$(K5PROGS)		:=	K5LIBS=  -lmech_krb5
150$(K5PROGS)		:=	CPPFLAGS += -I$(SRC)/head \
151				-I$(SRC)/uts/common/ \
152				-I$(SRC)/uts/common/gssapi/mechs/krb5/include \
153				-I$(SRC)/lib/gss_mechs/mech_krb5/include \
154				-I$(SRC)/lib/pam_modules/krb5
155LDLIBS +=	$(K5LIBS)
156$(TSNETPROG)		:=	LDLIBS += -ltsnet
157$(DLADMPROG)		:=	LDLIBS += -ldladm
158
159in.rarpd		:=	LDLIBS += -linetutil -ldlpi
160if_mpadm		:=	LDLIBS += -linetutil -lipmp
161if_mpadm.po		:=	XGETFLAGS += -a
162route			:=	CPPFLAGS += -DNDEBUG
163ndd			:=	LDLIBS += -ldladm -lipadm
164in.comsat		:=	LDFLAGS += $(MAPFILE.NGB:%=-M%)
165
166.KEEP_STATE:
167
168.PARALLEL:
169
170all: $(PROG) $(ROOTFS_PROG) $(SUBDIRS) THIRDPARTYLICENSE.arp
171
172#
173# message catalog
174#
175_msg: $(MSGSUBDIRS) $(POFILE)
176
177syncutil: $(SYNCPROG)
178
179$(POFILE): $(POFILES)
180	$(RM) $@
181	cat $(POFILES) > $@
182
183%.o: $(CMDINETCOMMONDIR)/%.c
184	$(COMPILE.c) -o $@ $<
185
186in.telnetd: $(K5TELNETOBJS)
187	$(LINK.c) $(K5TELNETOBJS) -o $@ $(LDLIBS)
188	$(POST_PROCESS)
189
190in.rlogind: $(K5RLOGINOBJS) $(COMMONOBJS)
191	$(LINK.c) $(K5RLOGINOBJS) $(COMMONOBJS) -o $@ $(LDLIBS)
192	$(POST_PROCESS)
193
194in.rshd: $(K5RSHDOBJS) $(COMMONOBJS)
195	$(LINK.c) $(K5RSHDOBJS) $(COMMONOBJS) -o $@ $(LDLIBS)
196	$(POST_PROCESS)
197
198in.tftpd: $(TFTPDOBJS)
199	$(LINK.c) $(TFTPDOBJS) -o $@ $(LDLIBS)
200	$(POST_PROCESS)
201
202tftpsubs.o: $(OTHERSRC)
203	$(COMPILE.c) $(OTHERSRC) -o $@
204	$(POST_PROCESS_O)
205
206$(ROOTUSRSBINLINKS):
207	-$(RM) $@; $(SYMLINK) ../../sbin/$(@F) $@
208
209install: $(PROG) $(ROOTFS_PROG) $(SUBDIRS) .WAIT $(ROOTUSRSBINPROG) \
210	$(ROOTSBINPROG) $(ROOTUSRSBINLINKS) $(ROOTETCDEFAULTFILES) \
211	$(ROOTMANIFEST) $(ROOTSVCMETHOD) THIRDPARTYLICENSE.arp
212
213THIRDPARTYLICENSE.arp: arp.c
214	$(SED) -n '/University of California/,/SUCH DAMAGE/p' arp.c > $@
215
216CLOBBERFILES += THIRDPARTYLICENSE.arp
217
218#
219# The reason this rule checks for the existence of the
220# Makefile is that some of the directories do not exist
221# in our exportable source builds.
222#
223$(SUBDIRS): FRC
224	@if [ -f $@/Makefile  ]; then \
225		cd $@; pwd; $(MAKE) $(TARGET); \
226	else \
227		true; \
228	fi
229
230FRC:
231
232check:	$(CHKMANIFEST)
233
234clean: $(SUBDIRS) clean_local
235clean_local:
236	$(RM) $(CLEANFILES)
237
238clobber: $(SUBDIRS) clobber_local
239clobber_local: clean_local
240	$(RM) $(CLOBBERFILES)
241
242lint: $(LINTSUBDIRS)
243	$(LINT.c) 6to4relay.c $(LDLIBS) -lsocket -ldladm
244	$(LINT.c) arp.c $(LDLIBS) -lsocket -lnsl
245	@# $(LINT.c) in.rexecd.c $(LDLIBS) -lbsm -lpam
246	$(LINT.c) -erroff=E_NAME_USED_NOT_DEF2 -erroff=E_NAME_DEF_NOT_USED2 \
247		-I$(SRC)/head -I$(SRC)/uts/common/ \
248		-I$(SRC)/uts/common/gssapi/mechs/krb5/include \
249		-I$(SRC)/lib/gss_mechs/mech_krb5/include \
250		-I$(SRC)/lib/pam_modules/krb5 \
251		in.rlogind.c $(COMMONSRCS) $(LDLIBS) -lbsm -lpam -lsocket -lnsl
252	$(LINT.c) -erroff=E_NAME_USED_NOT_DEF2 -erroff=E_NAME_DEF_NOT_USED2 \
253		-I$(SRC)/head -I$(SRC)/uts/common/ \
254		-I$(SRC)/uts/common/gssapi/mechs/krb5/include \
255		-I$(SRC)/lib/gss_mechs/mech_krb5/include \
256		-I$(SRC)/lib/pam_modules/krb5 \
257		in.rshd.c $(COMMONSRCS) $(LDLIBS) -lbsm -lpam -lsocket -lnsl
258	$(LINT.c) -erroff=E_NAME_USED_NOT_DEF2 \
259		-erroff=E_GLOBAL_COULD_BE_STATIC2 \
260		-I$(SRC)/head -I$(SRC)/uts/common/ \
261		-I$(SRC)/uts/common/gssapi/mechs/krb5/include \
262		-I$(SRC)/lib/gss_mechs/mech_krb5/include \
263		-I$(SRC)/lib/pam_modules/krb5 \
264		in.telnetd.c $(LDLIBS) -lbsm -lpam -lsocket -lnsl
265	$(LINT.c) if_mpadm.c $(LDLIBS) -lsocket -lnsl -lipmp -linetutil
266	$(LINT.c) ipaddrsel.c $(LDLIBS) -lsocket -lnsl
267	$(LINT.c) route.c $(LDLIBS) -lsocket -lnsl -ltsnet
268	$(LINT.c) syncinit.c $(LDLIBS) -ldlpi
269	$(LINT.c) syncloop.c $(LDLIBS) -ldlpi
270	$(LINT.c) syncstat.c $(LDLIBS) -ldlpi
271	$(LINT.c) -erroff=E_NAME_USED_NOT_DEF2 in.rarpd.c $(LDLIBS) \
272	    -lsocket -lnsl
273	$(LINT.c) in.tftpd.c ../usr.bin/tftp/tftpsubs.c $(LDLIBS) \
274	    -lsocket -lnsl
275