a8e0b2e8ab
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.
12 lines
233 B
Makefile
12 lines
233 B
Makefile
# $FreeBSD$
|
|
|
|
NO_OBJ=
|
|
FILES= README ftpd gdm imap kde login other passwd pop3 \
|
|
rsh sshd su system telnetd xdm
|
|
FILESDIR= /etc/pam.d
|
|
FILESMODE= 644
|
|
FILESMODE_README= 444
|
|
LINKS= ${FILESDIR}/ftpd ${FILESDIR}/ftp
|
|
|
|
.include <bsd.prog.mk>
|