17c478bd9Sstevel@tonic-gate#
27c478bd9Sstevel@tonic-gate# CDDL HEADER START
37c478bd9Sstevel@tonic-gate#
47c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
569bb4bb4Scarlsonj# Common Development and Distribution License (the "License").
669bb4bb4Scarlsonj# You may not use this file except in compliance with the License.
77c478bd9Sstevel@tonic-gate#
87c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
97c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
107c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
117c478bd9Sstevel@tonic-gate# and limitations under the License.
127c478bd9Sstevel@tonic-gate#
137c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
147c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
157c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
167c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
177c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
187c478bd9Sstevel@tonic-gate#
197c478bd9Sstevel@tonic-gate# CDDL HEADER END
207c478bd9Sstevel@tonic-gate#
2106e1a714Sraf#
2224fe0b3bSjmcp# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
237c478bd9Sstevel@tonic-gate# Use is subject to license terms.
247c478bd9Sstevel@tonic-gate#
251dd3983cSYuri Pankov# Copyright 2011 Nexenta Systems, Inc. All rights reserved.
265ffb0c9bSToomas Soome# Copyright 2016 Toomas Soome <tsoome@me.com>
275661bb76SJohn Levon# Copyright (c) 2018, Joyent, Inc.
2815f90b02SGarrett D'Amore# Copyright 2022 Garrett D'Amore
291dd3983cSYuri Pankov#
307c478bd9Sstevel@tonic-gate
315ffb0c9bSToomas SoomePROG=		finger rdate ruptime rwho whois
327c478bd9Sstevel@tonic-gateSUIDPROG=	rcp rlogin rsh
337c478bd9Sstevel@tonic-gateALL=		$(PROG) $(SUIDPROG)
347c478bd9Sstevel@tonic-gateSRCS=		$(ALL:%=%.c)
357c478bd9Sstevel@tonic-gateKCMDPROGS=	rcp rlogin rsh
367c478bd9Sstevel@tonic-gate
3715f90b02SGarrett D'AmoreSUBDIRS=	chat dns-sd ftp nc netstat \
3803100a63Svk199839		pppd pppdump pppstats rdist talk telnet tftp
397c478bd9Sstevel@tonic-gateSUBDIR1=	talk
4015f90b02SGarrett D'AmoreMSGSUBDIRS=	talk
417c478bd9Sstevel@tonic-gate
427c478bd9Sstevel@tonic-gate# As programs get lint-clean, add them here.  Eventually.
437c478bd9Sstevel@tonic-gate# This hack should go away, and all in PROG should be lint-clean.
44*d17be682SRichard Lowe# NB: This still applies to enabling compiler warnings and is not lint specific
451dd3983cSYuri PankovLINTCLEAN=	rlogin.c rsh.c rcp.c rdate.c rwho.c whois.c
467c478bd9Sstevel@tonic-gate
477c478bd9Sstevel@tonic-gateinclude ../../Makefile.cmd
487c478bd9Sstevel@tonic-gateinclude ../Makefile.cmd-inet
497c478bd9Sstevel@tonic-gate
507c478bd9Sstevel@tonic-gateCOMMONOBJS=	kcmd.o
517c478bd9Sstevel@tonic-gateCOMMONPOFILES=	$(COMMONOBJS:.o=.po)
527c478bd9Sstevel@tonic-gateCOMMONSRCS=	$(CMDINETCOMMONDIR)/$(COMMONOBJS:.o=.c)
537c478bd9Sstevel@tonic-gate
547c478bd9Sstevel@tonic-gatePOFILES=	rlogin.po rsh.po rcp.po $(COMMONPOFILES)
557c478bd9Sstevel@tonic-gatePOFILE=		usr.bin.po
567c478bd9Sstevel@tonic-gate
57b6805bf7SGordon RossCLOBBERFILES +=	$(ALL)
58b6805bf7SGordon RossCLEANFILES +=	kcmd.o rcp.o rlogin.o rsh.o
59b6805bf7SGordon Ross
607c478bd9Sstevel@tonic-gateall:=		TARGET= all
617c478bd9Sstevel@tonic-gateinstall:=	TARGET= install
627c478bd9Sstevel@tonic-gateclean:=		TARGET= clean
637c478bd9Sstevel@tonic-gateclobber:=	TARGET= clobber
647c478bd9Sstevel@tonic-gate_msg:=		TARGET= _msg
657c478bd9Sstevel@tonic-gate
667c478bd9Sstevel@tonic-gateROOTSUIDPROG=	$(SUIDPROG:%=$(ROOTBIN)/%)
677c478bd9Sstevel@tonic-gate$(ROOTSUIDPROG)	:=	FILEMODE=	04555
687c478bd9Sstevel@tonic-gate
697c478bd9Sstevel@tonic-gateCPPFLAGS +=	-DSYSV -DSTRNET -DBSD_COMP -I$(CMDINETCOMMONDIR)
707014882cSRichard LoweCERRWARN +=	-_gcc=-Wno-parentheses
71d3b5f563SJohn LevonCERRWARN +=	$(CNOWARN_UNINIT)
727014882cSRichard LoweCERRWARN +=	-_gcc=-Wno-unused-function
737c478bd9Sstevel@tonic-gate
745661bb76SJohn Levonruptime :=     SMOFF += leaks
755661bb76SJohn Levon
767c478bd9Sstevel@tonic-gate# Eventually just plain CFLAGS should be += -v, but not until all in
777c478bd9Sstevel@tonic-gate# PROGS are lint clean.
787c478bd9Sstevel@tonic-gate$(LINTCLEAN)	:=	CFLAGS += $(CCVERBOSE)
797c478bd9Sstevel@tonic-gate
807c478bd9Sstevel@tonic-gatefinger :=	CFLAGS += $(CCVERBOSE)
817c478bd9Sstevel@tonic-gate# Enable large file support for reading the lastlog file.
827c478bd9Sstevel@tonic-gatefinger :=	CPPFLAGS += -D_FILE_OFFSET_BITS=64
837c478bd9Sstevel@tonic-gate
8406e1a714Sraffinger :=		LDLIBS += -lnsl -lcurses -lsocket
85*d17be682SRichard Lowercp :=		LDLIBS += -lsocket -lsec -lsendfile
86*d17be682SRichard Lowerdate:=	LDLIBS += -lsocket
87*d17be682SRichard Lowerlogin :=	LDLIBS += -lnsl -lsocket
88*d17be682SRichard Lowersh :=		LDLIBS += -lsocket
89*d17be682SRichard Lowewhois :=	LDLIBS += -lsocket
907c478bd9Sstevel@tonic-gate
917c478bd9Sstevel@tonic-gateinclude  $(SRC)/lib/gss_mechs/mech_krb5/Makefile.mech_krb5
927c478bd9Sstevel@tonic-gate$(KCMDPROGS)	:=	LDLIBS += -lnsl -lmech_krb5
9367e3a03eSrie$(KCMDPROGS)	:=	LDFLAGS += $(ZIGNORE) $(KRUNPATH) \
947c478bd9Sstevel@tonic-gate				-L$(ROOT)$(KLIBDIR_DO) \
957c478bd9Sstevel@tonic-gate				-L$(ROOT)$(KLIBDIR_GL)
967c478bd9Sstevel@tonic-gate
977c478bd9Sstevel@tonic-gate$(COMMONPOFILES) \
987c478bd9Sstevel@tonic-gaterlogin.po rcp.po rsh.po \
99*d17be682SRichard Lowe$(KCMDPROGS) :=	CPPFLAGS += -DKERBEROS \
1007c478bd9Sstevel@tonic-gate			-I$(CMDINETCOMMONDIR) \
1017c478bd9Sstevel@tonic-gate			-I$(SRC)/lib/gss_mechs/mech_krb5 \
1027c478bd9Sstevel@tonic-gate			-I$(SRC)/uts/common/gssapi/mechs/krb5/include \
1037c478bd9Sstevel@tonic-gate			-I$(SRC)/lib/gss_mechs/mech_krb5/include \
1047c478bd9Sstevel@tonic-gate			-I$(SRC)/lib/gss_mechs/mech_krb5/include/krb5
1057c478bd9Sstevel@tonic-gate
1067c478bd9Sstevel@tonic-gateROOTSUNWRCP=	$(ROOT)/usr/lib/sunw,rcp
1077c478bd9Sstevel@tonic-gateROOTRSHSYMLINK=	$(ROOT)/usr/ucb/rsh
1087c478bd9Sstevel@tonic-gateROOTREMSHSYMLINK=$(ROOT)/usr/bin/remsh
1097c478bd9Sstevel@tonic-gate
1107c478bd9Sstevel@tonic-gate.KEEP_STATE:
1117c478bd9Sstevel@tonic-gate
1127c478bd9Sstevel@tonic-gateall: $(ALL) $(SUBDIRS)
1137c478bd9Sstevel@tonic-gate
1147c478bd9Sstevel@tonic-gateinstall: all .WAIT $(ROOTPROG) $(ROOTSUIDPROG) \
1157c478bd9Sstevel@tonic-gate	$(SUBDIRS) $(ROOTSUNWRCP) $(ROOTRSHSYMLINK) $(ROOTREMSHSYMLINK)
1167c478bd9Sstevel@tonic-gate
1177c478bd9Sstevel@tonic-gate# Messaging - copy $POFILES to $POFILE to work with the parent directory
1187c478bd9Sstevel@tonic-gate# Makefile's '_msg' target.
1197c478bd9Sstevel@tonic-gate#
1207c478bd9Sstevel@tonic-gate_msg: $(MSGSUBDIRS) $(POFILES)
1217c478bd9Sstevel@tonic-gate	$(RM) $(POFILE)
1227c478bd9Sstevel@tonic-gate	$(CAT) $(POFILES)	> $(POFILE)
1237c478bd9Sstevel@tonic-gate
1247c478bd9Sstevel@tonic-gate$(COMMONPOFILES): $(COMMONSRCS)
1257c478bd9Sstevel@tonic-gate	$(COMPILE.cpp) $(COMMONSRCS) > $(@:.po=.c).i
1267c478bd9Sstevel@tonic-gate	$(XGETTEXT) $(XGETFLAGS) $(@:.po=.c).i
1277c478bd9Sstevel@tonic-gate	$(RM) $@
1287c478bd9Sstevel@tonic-gate	sed "/^domain/d" < messages.po  > $@
1297c478bd9Sstevel@tonic-gate	$(RM) messages.po $(@:.po=.c).i
1307c478bd9Sstevel@tonic-gate
1317c478bd9Sstevel@tonic-gate$(COMMONOBJS): $(COMMONSRCS)
1327c478bd9Sstevel@tonic-gate	$(COMPILE.c) $(COMMONSRCS)
1337c478bd9Sstevel@tonic-gate
1347c478bd9Sstevel@tonic-gaterlogin: rlogin.o $(COMMONOBJS)
1357c478bd9Sstevel@tonic-gate	$(LINK.c) $@.o $(COMMONOBJS) -o $@ $(LDLIBS)
1367c478bd9Sstevel@tonic-gate	$(POST_PROCESS)
1377c478bd9Sstevel@tonic-gate
1387c478bd9Sstevel@tonic-gatercp: rcp.o $(COMMONOBJS)
1397c478bd9Sstevel@tonic-gate	$(LINK.c) $@.o $(COMMONOBJS) -o $@ $(LDLIBS)
1407c478bd9Sstevel@tonic-gate	$(POST_PROCESS)
1417c478bd9Sstevel@tonic-gate
1427c478bd9Sstevel@tonic-gatersh: rsh.o $(COMMONOBJS)
1437c478bd9Sstevel@tonic-gate	$(LINK.c) $@.o $(COMMONOBJS) -o $@ $(LDLIBS)
1447c478bd9Sstevel@tonic-gate	$(POST_PROCESS)
1457c478bd9Sstevel@tonic-gate
1467c478bd9Sstevel@tonic-gate$(ROOTSUNWRCP):
1477c478bd9Sstevel@tonic-gate	$(RM) $@; $(SYMLINK) ../bin/rcp $@
1487c478bd9Sstevel@tonic-gate
1497c478bd9Sstevel@tonic-gate$(ROOTRSHSYMLINK):
1507c478bd9Sstevel@tonic-gate	$(RM) $@; $(SYMLINK) ../bin/rsh $@
1517c478bd9Sstevel@tonic-gate
1527c478bd9Sstevel@tonic-gate$(ROOTREMSHSYMLINK):
1537c478bd9Sstevel@tonic-gate	$(RM) $@; $(SYMLINK) rsh $@
1547c478bd9Sstevel@tonic-gate
1557c478bd9Sstevel@tonic-gate$(SUBDIRS): FRC
156f96a0cefSRichard Lowe	@cd $@; pwd; $(MAKE) $(TARGET)
1577c478bd9Sstevel@tonic-gate
1587c478bd9Sstevel@tonic-gateFRC:
1597c478bd9Sstevel@tonic-gate
160b6805bf7SGordon Rossclean: $(SUBDIRS) clean_local
161b6805bf7SGordon Rossclean_local:
162b6805bf7SGordon Ross	$(RM) $(CLEANFILES)
1637c478bd9Sstevel@tonic-gate
1647c478bd9Sstevel@tonic-gateclobber: $(SUBDIRS) clobber_local
165b6805bf7SGordon Rossclobber_local: clean_local
166b6805bf7SGordon Ross	$(RM) $(CLOBBERFILES)
1677c478bd9Sstevel@tonic-gate
168