freebsd-dev/libexec/Makefile

18 lines
421 B
Makefile
Raw Normal View History

1994-05-27 12:39:25 +00:00
# @(#)Makefile 8.1 (Berkeley) 6/4/93
1994-09-30 05:48:52 +00:00
SUBDIR= atrun bootpd bootpgw comsat fingerd ftpd getNAME getty lfs_cleanerd \
mail.local makekey rexecd rlogind rpc.rstatd rpc.rusersd \
1994-10-22 14:58:56 +00:00
rpc.rwalld rshd talkd telnetd tftpd uucpd xtend
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>