Print this page
5069 Removal of wu-ftpd
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
Reviewed by: Garrett D'Amore <garrett@damore.org>
Reviewed by: Milan Jurik <milan.jurik@xylab.cz>
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Reviewed by: Gary Mills <gary_mills@fastmail.fm>
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Adam Stevko <adam.stevko@gmail.com>


  44 SOCKETPROG=     6to4relay arp gettable hostconfig if_mpadm in.comsat \
  45                 in.fingerd in.rarpd in.rexecd in.rlogind in.rshd \
  46                 in.rwhod in.telnetd in.tftpd ipaddrsel route
  47 NSLPROG=        6to4relay arp gettable hostconfig in.comsat in.rarpd \
  48                 in.rexecd in.rlogind in.rshd in.rwhod in.telnetd \
  49                 in.tftpd ipaddrsel route
  50 CMDPROG=        in.telnetd
  51 K5PROGS=        in.telnetd in.rlogind in.rshd
  52 TSNETPROG=      route
  53 DLADMPROG=      6to4relay
  54 DEFAULTFILES=   telnetd.dfl
  55 
  56 PROGSRCS=       $(PROG:%=%.c)
  57 TFTPDOBJS=      in.tftpd.o tftpsubs.o
  58 OTHERSRC=       ../usr.bin/tftp/tftpsubs.c
  59 K5RLOGINOBJS=   in.rlogind.o
  60 K5RSHDOBJS=     in.rshd.o
  61 K5TELNETOBJS=   in.telnetd.o
  62 SRCS=           $(PROGSRCS) $(OTHERSRC)
  63 
  64 SUBDIRS=        bootconfchk htable ifconfig ilbadm in.ftpd in.rdisc in.routed \
  65                 in.talkd inetadm inetconv ipadm ipmpstat ipqosconf ipsecutils \
  66                 kssl/kssladm kssl/ksslcfg nwamadm nwamcfg ping routeadm \
  67                 snoop sppptun traceroute wificonfig
  68 
  69 MSGSUBDIRS=     bootconfchk htable ifconfig ilbadm in.ftpd in.routed in.talkd \
  70                 inetadm inetconv ipadm ipmpstat ipqosconf ipsecutils \
  71                 kssl/ksslcfg nwamadm nwamcfg routeadm sppptun snoop wificonfig
  72 
  73 # As programs get lint-clean, add them here and to the 'lint' target.
  74 # Eventually this hack should go away, and all in PROG should be
  75 # lint-clean.
  76 LINTCLEAN=      6to4relay arp in.rlogind in.rshd in.telnetd in.tftpd \
  77                 ipaddrsel route \
  78                 in.rarpd if_mpadm $(SYNCPROG)
  79 # Likewise, as subdirs get lint-clean, add them here.  Once
  80 # they're all clean, replace the dependency of the lint target
  81 # with SUBDIRS.  Also (sigh) deal with the commented-out build lines
  82 # for the lint rule.
  83 LINTSUBDIRS=    bootconfchk ilbadm in.rdisc in.routed in.talkd inetadm \
  84                 inetconv ipmpstat ipqosconf ipsecutils kssl/kssladm \
  85                 kssl/ksslcfg nwamadm nwamcfg ping routeadm sppptun traceroute \
  86                 wificonfig
  87 # And as programs are verified not to attempt to write into constants,
  88 # -xstrconst should be used to ensure they stay that way.
  89 CONSTCLEAN=




  44 SOCKETPROG=     6to4relay arp gettable hostconfig if_mpadm in.comsat \
  45                 in.fingerd in.rarpd in.rexecd in.rlogind in.rshd \
  46                 in.rwhod in.telnetd in.tftpd ipaddrsel route
  47 NSLPROG=        6to4relay arp gettable hostconfig in.comsat in.rarpd \
  48                 in.rexecd in.rlogind in.rshd in.rwhod in.telnetd \
  49                 in.tftpd ipaddrsel route
  50 CMDPROG=        in.telnetd
  51 K5PROGS=        in.telnetd in.rlogind in.rshd
  52 TSNETPROG=      route
  53 DLADMPROG=      6to4relay
  54 DEFAULTFILES=   telnetd.dfl
  55 
  56 PROGSRCS=       $(PROG:%=%.c)
  57 TFTPDOBJS=      in.tftpd.o tftpsubs.o
  58 OTHERSRC=       ../usr.bin/tftp/tftpsubs.c
  59 K5RLOGINOBJS=   in.rlogind.o
  60 K5RSHDOBJS=     in.rshd.o
  61 K5TELNETOBJS=   in.telnetd.o
  62 SRCS=           $(PROGSRCS) $(OTHERSRC)
  63 
  64 SUBDIRS=        bootconfchk htable ifconfig ilbadm in.rdisc in.routed \
  65                 in.talkd inetadm inetconv ipadm ipmpstat ipqosconf ipsecutils \
  66                 kssl/kssladm kssl/ksslcfg nwamadm nwamcfg ping routeadm \
  67                 snoop sppptun traceroute wificonfig
  68 
  69 MSGSUBDIRS=     bootconfchk htable ifconfig ilbadm in.routed in.talkd \
  70                 inetadm inetconv ipadm ipmpstat ipqosconf ipsecutils \
  71                 kssl/ksslcfg nwamadm nwamcfg routeadm sppptun snoop wificonfig
  72 
  73 # As programs get lint-clean, add them here and to the 'lint' target.
  74 # Eventually this hack should go away, and all in PROG should be
  75 # lint-clean.
  76 LINTCLEAN=      6to4relay arp in.rlogind in.rshd in.telnetd in.tftpd \
  77                 ipaddrsel route \
  78                 in.rarpd if_mpadm $(SYNCPROG)
  79 # Likewise, as subdirs get lint-clean, add them here.  Once
  80 # they're all clean, replace the dependency of the lint target
  81 # with SUBDIRS.  Also (sigh) deal with the commented-out build lines
  82 # for the lint rule.
  83 LINTSUBDIRS=    bootconfchk ilbadm in.rdisc in.routed in.talkd inetadm \
  84                 inetconv ipmpstat ipqosconf ipsecutils kssl/kssladm \
  85                 kssl/ksslcfg nwamadm nwamcfg ping routeadm sppptun traceroute \
  86                 wificonfig
  87 # And as programs are verified not to attempt to write into constants,
  88 # -xstrconst should be used to ensure they stay that way.
  89 CONSTCLEAN=