Print this page
8114 EOF rwho

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/cmd-inet/usr.sbin/Makefile
          +++ new/usr/src/cmd/cmd-inet/usr.sbin/Makefile
↓ open down ↓ 20 lines elided ↑ open up ↑
  21   21  
  22   22  #
  23   23  # Copyright (c) 1990, 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  25   25  #
  26   26  
  27   27  SYNCPROG=       syncinit syncloop syncstat
  28   28  
  29   29  PROG=           6to4relay arp if_mpadm \
  30   30                  in.comsat in.fingerd in.rarpd in.rexecd in.rlogind \
  31      -                in.rshd in.rwhod in.telnetd in.tftpd ipaddrsel \
       31 +                in.rshd in.telnetd in.tftpd ipaddrsel \
  32   32                  ndd ndp $(SYNCPROG) wanbootutil
  33   33  
  34   34  MANIFEST=       rarp.xml telnet.xml comsat.xml finger.xml \
  35   35                  login.xml shell.xml rexec.xml socket-filter-kssl.xml
  36   36  SVCMETHOD=      svc-sockfilter
  37   37  
  38   38  ROOTFS_PROG=    hostconfig route soconfig
  39   39  SBINLINKS=      hostconfig route
  40   40  
  41   41  RPCSVCPROG=     hostconfig
  42   42  AUDITPROG=      in.rexecd in.rlogind in.rshd in.telnetd
  43   43  PAMPROG=        in.rexecd in.rlogind in.rshd in.telnetd
  44   44  SOCKETPROG=     6to4relay arp hostconfig if_mpadm in.comsat \
  45   45                  in.fingerd in.rarpd in.rexecd in.rlogind in.rshd \
  46      -                in.rwhod in.telnetd in.tftpd ipaddrsel ndp route
       46 +                in.telnetd in.tftpd ipaddrsel ndp route
  47   47  NSLPROG=        6to4relay arp hostconfig in.comsat in.rarpd \
  48      -                in.rexecd in.rlogind in.rshd in.rwhod in.telnetd \
       48 +                in.rexecd in.rlogind in.rshd in.telnetd \
  49   49                  in.tftpd ipaddrsel ndp route
  50   50  CMDPROG=        in.telnetd
  51   51  K5PROGS=        in.telnetd in.rlogind in.rshd
  52   52  TSNETPROG=      route
  53   53  DLADMPROG=      6to4relay
  54   54  DEFAULTFILES=   telnetd.dfl
  55   55  
  56   56  PROGSRCS=       $(PROG:%=%.c)
  57   57  TFTPDOBJS=      in.tftpd.o tftpsubs.o
  58   58  OTHERSRC=       ../usr.bin/tftp/tftpsubs.c
↓ open down ↓ 217 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX