freebsd-dev/libexec/Makefile
Dag-Erling Smørgrav cd3ee173f9 Switch from BIND 8 to BIND 9.
Submitted by:	(in part) dougb@, trhodes@
Reviewed by:	dougb@, trhodes@, re@
MFC after:	5 days
2004-09-21 19:01:48 +00:00

55 lines
690 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/4/93
# $FreeBSD$
SUBDIR= atrun \
bootpd \
comsat \
fingerd \
ftpd \
${_ftp-proxy} \
getNAME \
getty \
${_lukemftpd} \
${_mail.local} \
makekey \
mknetid \
pppoed \
pt_chown \
rbootd \
revnetgroup \
rexecd \
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_PF)
_ftp-proxy= ftp-proxy
.endif
.if !defined(NOPIC)
_rtld-elf= rtld-elf
.endif
.if !defined(NO_SENDMAIL)
_mail.local= mail.local
_smrsh= smrsh
.endif
.if defined(WANT_LUKEMFTPD)
_lukemftpd= lukemftpd
.endif
.include <bsd.subdir.mk>