freebsd-dev/libexec/Makefile
1995-08-06 11:20:35 +00:00

22 lines
481 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/4/93
SUBDIR= atrun bootpd bootpgw comsat fingerd ftpd getNAME getty lfs_cleanerd \
mail.local makekey rexecd rlogind rpc.rstatd rpc.rusersd \
rpc.rwalld rshd talkd tftpd uucpd xtend
.if !exists(../secure) || defined(NOSECURE)
SUBDIR+=telnetd
.endif
# Present but disabled: kpasswdd
.if ${MACHINE} == "hp300"
SUBDIR+=rbootd
.elif ${MACHINE} == "i386"
SUBDIR+=rbootd
.elif ${MACHINE} == "luna68k"
SUBDIR+=rbootd
.endif
.include <bsd.subdir.mk>