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