xref: /freebsd/libexec/Makefile (revision cee788c7d915de5fcdcecc24b6d31cd021352722)
1#	@(#)Makefile	8.1 (Berkeley) 6/4/93
2
3SUBDIR=	bugfiler comsat fingerd ftpd getNAME getty lfs_cleanerd \
4	mail.local makekey rexecd rlogind rshd talkd telnetd tftpd uucpd
5
6# Present but disabled: kpasswdd
7
8.if	${MACHINE} == "hp300"
9SUBDIR+=rbootd
10.elif	${MACHINE} == "i386"
11SUBDIR+=rbootd
12.elif	${MACHINE} == "luna68k"
13SUBDIR+=rbootd
14.endif
15
16.include <bsd.subdir.mk>
17