freebsd-dev/libexec/Makefile

61 lines
778 B
Makefile
Raw Normal View History

# @(#)Makefile 8.1 (Berkeley) 6/4/93
1999-08-28 00:22:10 +00:00
# $FreeBSD$
1994-05-27 12:39:25 +00:00
.include <bsd.own.mk>
SUBDIR= atrun \
bootpd \
comsat \
fingerd \
ftpd \
getty \
2005-05-16 17:12:23 +00:00
lukemftpd \
${_mail.local} \
makekey \
${_mknetid} \
pppoed \
pt_chown \
rbootd \
revnetgroup \
${_rlogind} \
rpc.rquotad \
rpc.rstatd \
rpc.rusersd \
rpc.rwalld \
rpc.sprayd \
${_rshd} \
${_rtld-elf} \
save-entropy \
${_smrsh} \
talkd \
tcpd \
telnetd \
tftpd \
${_tftp-proxy} \
${_ypxfr}
.if ${MK_NIS} != "no"
_mknetid= mknetid
_ypxfr= ypxfr
.endif
.if ${MK_PF} != "no"
_tftp-proxy= tftp-proxy
.endif
.if !defined(NO_PIC)
_rtld-elf= rtld-elf
.endif
.if ${MK_RCMDS} != "no"
_rlogind= rlogind
_rshd= rshd
.endif
.if ${MK_SENDMAIL} != "no"
_mail.local= mail.local
_smrsh= smrsh
.endif
1994-05-27 12:39:25 +00:00
.include <bsd.subdir.mk>