#	BSDI Makefile,v 2.3 1995/09/29 19:19:30 prb Exp
#
#	@(#)Makefile	8.1 (Berkeley) 6/4/93

SUBDIR=	bootpd bugfiler comsat diff3 fingerd ftpd getNAME getty identd \
	lfs_cleanerd login_passwd login_reject mail.local makekey popper \
	rexecd rlogind rshd talkd tcpd telnetd tftpd

.if	${MACHINE} == "hp300"
SUBDIR+=rbootd
.elif	${MACHINE} == "luna68k"
SUBDIR+=rbootd
.endif

.include <bsd.subdir.mk>
