Print this page
PSARC 2007/389 Netcat In Solaris
4664622 Solaris needs netcat

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 ↓ 23 lines elided ↑ open up ↑
  24   24  #
  25   25  # ident "%Z%%M% %I%     %E% SMI"
  26   26  #
  27   27  
  28   28  PROG=           dns-sd finger rdate ruptime rwho whois
  29   29  SUIDPROG=       rcp rlogin rsh
  30   30  ALL=            $(PROG) $(SUIDPROG)
  31   31  SRCS=           $(ALL:%=%.c)
  32   32  KCMDPROGS=      rcp rlogin rsh
  33   33  
  34      -SUBDIRS=        chat ftp nca netstat pppd pppdump pppstats rdist talk tftp telnet 
       34 +SUBDIRS=        chat ftp nc nca netstat \
       35 +                pppd pppdump pppstats rdist talk telnet tftp
  35   36  SUBDIR1=        talk 
  36   37  MSGSUBDIRS=     nca talk
  37   38  
  38   39  # As programs get lint-clean, add them here.  Eventually.
  39   40  # This hack should go away, and all in PROG should be lint-clean.
  40   41  LINTCLEAN=      rlogin.c rsh.c rcp.c rdate.c rwho.c
  41   42  
  42   43  # Likewise, as subdirs get lint-clean, add them here.  Once
  43   44  # they're all clean, replace the dependency of the lint target
  44   45  # with SUBDIRS.  Also (sigh) deal with the commented-out build lines
↓ open down ↓ 139 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX