Print this page
8114 EOF rwho

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/cmd-inet/usr.bin/Makefile
          +++ new/usr/src/cmd/cmd-inet/usr.bin/Makefile
↓ open down ↓ 18 lines elided ↑ open up ↑
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
  22   22  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
  25   25  # Copyright 2011 Nexenta Systems, Inc. All rights reserved.
  26   26  # Copyright 2016 Toomas Soome <tsoome@me.com>
  27   27  #
  28   28  
  29      -PROG=           finger rdate ruptime rwho whois
       29 +PROG=           finger rdate whois
  30   30  SUIDPROG=       rcp rlogin rsh
  31   31  ALL=            $(PROG) $(SUIDPROG)
  32   32  SRCS=           $(ALL:%=%.c)
  33   33  KCMDPROGS=      rcp rlogin rsh
  34   34  
  35   35  SUBDIRS=        chat dns-sd ftp nc nca netstat \
  36   36                  pppd pppdump pppstats rdist talk telnet tftp
  37   37  SUBDIR1=        talk 
  38   38  MSGSUBDIRS=     nca talk
  39   39  
  40   40  # As programs get lint-clean, add them here.  Eventually.
  41   41  # This hack should go away, and all in PROG should be lint-clean.
  42      -LINTCLEAN=      rlogin.c rsh.c rcp.c rdate.c rwho.c whois.c
       42 +LINTCLEAN=      rlogin.c rsh.c rcp.c rdate.c whois.c
  43   43  
  44   44  # Likewise, as subdirs get lint-clean, add them here.  Once
  45   45  # they're all clean, replace the dependency of the lint target
  46   46  # with SUBDIRS.  Also (sigh) deal with the commented-out build lines
  47   47  # for the lint rule.
  48   48  LINTSUBDIRS=    nca netstat pppd pppstats tftp
  49   49  
  50   50  include ../../Makefile.cmd
  51   51  include ../Makefile.cmd-inet
  52   52  
↓ open down ↓ 135 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX