FreeBSD-5.3/libexec/Makefile

#	@(#)Makefile	8.1 (Berkeley) 6/4/93
# $FreeBSD: src/libexec/Makefile,v 1.67.2.1 2004/09/26 03:10:14 des Exp $

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>