Print this page
8114 EOF rwho

*** 24,34 **** # # Copyright 2011 Nexenta Systems, Inc. All rights reserved. # Copyright 2016 Toomas Soome <tsoome@me.com> # ! PROG= finger rdate ruptime rwho whois SUIDPROG= rcp rlogin rsh ALL= $(PROG) $(SUIDPROG) SRCS= $(ALL:%=%.c) KCMDPROGS= rcp rlogin rsh --- 24,34 ---- # # Copyright 2011 Nexenta Systems, Inc. All rights reserved. # Copyright 2016 Toomas Soome <tsoome@me.com> # ! PROG= finger rdate whois SUIDPROG= rcp rlogin rsh ALL= $(PROG) $(SUIDPROG) SRCS= $(ALL:%=%.c) KCMDPROGS= rcp rlogin rsh
*** 37,47 **** SUBDIR1= talk MSGSUBDIRS= nca talk # As programs get lint-clean, add them here. Eventually. # This hack should go away, and all in PROG should be lint-clean. ! LINTCLEAN= rlogin.c rsh.c rcp.c rdate.c rwho.c whois.c # Likewise, as subdirs get lint-clean, add them here. Once # they're all clean, replace the dependency of the lint target # with SUBDIRS. Also (sigh) deal with the commented-out build lines # for the lint rule. --- 37,47 ---- SUBDIR1= talk MSGSUBDIRS= nca talk # As programs get lint-clean, add them here. Eventually. # This hack should go away, and all in PROG should be lint-clean. ! LINTCLEAN= rlogin.c rsh.c rcp.c rdate.c whois.c # Likewise, as subdirs get lint-clean, add them here. Once # they're all clean, replace the dependency of the lint target # with SUBDIRS. Also (sigh) deal with the commented-out build lines # for the lint rule.