freebsd-dev/libexec/Makefile
Jacques Vidrine a8e0b2e8ab Remove rexecd(8), a server that implements a particularly insecure
method of executing commands remotely.  There are no rexec clients in
the FreeBSD tree, and the client function rexec(3) is present only in
libcompat.  It has been documented as "obsolete" since 4.3BSD, and its
use has been discouraged in the man page for over 10 years.
2005-06-10 20:52:36 +00:00

59 lines
748 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/4/93
# $FreeBSD$
SUBDIR= atrun \
bootpd \
comsat \
fingerd \
ftpd \
${_ftp-proxy} \
getty \
lukemftpd \
${_mail.local} \
makekey \
${_mknetid} \
pppoed \
pt_chown \
rbootd \
revnetgroup \
${_rlogind} \
rpc.rquotad \
rpc.rstatd \
rpc.rusersd \
rpc.rwalld \
rpc.sprayd \
${_rshd} \
${_rtld-elf} \
save-entropy \
${_smrsh} \
talkd \
tcpd \
telnetd \
tftpd \
${_ypxfr}
.if !defined(NO_NIS)
_mknetid= mknetid
_ypxfr= ypxfr
.endif
.if !defined(NO_PF)
_ftp-proxy= ftp-proxy
.endif
.if !defined(NO_PIC)
_rtld-elf= rtld-elf
.endif
.if !defined(NO_RCMDS)
_rlogind= rlogind
_rshd= rshd
.endif
.if !defined(NO_SENDMAIL)
_mail.local= mail.local
_smrsh= smrsh
.endif
.include <bsd.subdir.mk>