freebsd-dev/libexec/Makefile
Juli Mallett d3951ad162 Implement POSIX grantpt(3) functionality, and add a pt_chown utility (akin
to Solaris, it is in /usr/libexec) to perform the handing over of tty nodes
to the user being granted the pty.

Submitted by:	Ryan Younce <ryany@pobox.com>
Reviewed by:	security-officer@, standards@, mike@
2003-01-02 20:44:41 +00:00

55 lines
816 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/4/93
# $FreeBSD$
# Present but disabled: kpasswdd
SUBDIR= atrun \
bootpd \
comsat \
fingerd \
ftpd \
getNAME \
getty \
makekey \
mknetid \
pppoed \
pt_chown \
rbootd \
revnetgroup \
rexecd \
rlogind \
rpc.rquotad \
rpc.rstatd \
rpc.rusersd \
rpc.rwalld \
rpc.sprayd \
rshd \
rtld-elf \
save-entropy \
talkd \
tcpd \
tftpd \
xtend \
ypxfr
.if !defined(NO_BIND)
SUBDIR+=named-xfer
.endif
.if !defined(NO_SENDMAIL)
SUBDIR+=mail.local smrsh
.endif
.if defined(RELEASEDIR) || \
(!exists(${.CURDIR}/../secure) && !exists(${.CURDIR}/../kerberosIV)) || \
defined(NOCRYPT) || (defined(NOSECURE) && !defined(MAKE_KERBEROS4))
# make release needs both
SUBDIR+=telnetd
.endif
.if defined(WANT_LUKEMFTPD)
SUBDIR+=lukemftpd
.endif
.include <bsd.subdir.mk>