freebsd-dev/libexec/Makefile

18 lines
411 B
Makefile
Raw Normal View History

1994-05-27 12:39:25 +00:00
# @(#)Makefile 8.1 (Berkeley) 6/4/93
SUBDIR= atrun comsat fingerd ftpd getNAME getty lfs_cleanerd \
1994-09-28 18:14:57 +00:00
mail.local makekey rexecd rlogind rpc.pcnfsd rpc.rstatd rpc.rusersd \
rpc.rwalld rshd talkd telnetd tftpd uucpd
1994-05-27 12:39:25 +00:00
# Present but disabled: kpasswdd
1994-05-27 12:39:25 +00:00
.if ${MACHINE} == "hp300"
SUBDIR+=rbootd
.elif ${MACHINE} == "i386"
SUBDIR+=rbootd
1994-05-27 12:39:25 +00:00
.elif ${MACHINE} == "luna68k"
SUBDIR+=rbootd
.endif
.include <bsd.subdir.mk>