freebsd-dev/libexec/Makefile
David Malone 23b25ee7e4 Add tcpd to the build - though we don't need to for inetd, someone might
want it for some other service-running program.

Approved by:	markm
MFC after:	1 week
2002-08-13 14:03:40 +00:00

57 lines
850 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/4/93
# $FreeBSD$
# Present but disabled: kpasswdd
SUBDIR= atrun \
bootpd \
comsat \
fingerd \
ftpd \
getNAME \
getty \
lukemftpd \
makekey \
mknetid \
pppoed \
rbootd \
revnetgroup \
rexecd \
rlogind \
rpc.rquotad \
rpc.rstatd \
rpc.rusersd \
rpc.rwalld \
rpc.sprayd \
rshd \
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 ${OBJFORMAT} == aout
SUBDIR+=rtld-aout
.endif
.if ${OBJFORMAT} == elf
SUBDIR+=rtld-elf
.endif
.if defined(RELEASEDIR) || \
(!exists(${.CURDIR}/../secure) && !exists(${.CURDIR}/../kerberosIV)) || \
defined(NOCRYPT) || (defined(NOSECURE) && !defined(MAKE_KERBEROS4))
# make release needs both
SUBDIR+=telnetd
.endif
.include <bsd.subdir.mk>