freebsd-skq/libexec/Makefile
Rodney W. Grimes 17b3a49182 rbootd compiles on i386 too.
Reviewed by:
Submitted by:
1994-05-28 06:21:34 +00:00

15 lines
341 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/4/93
SUBDIR= bugfiler comsat fingerd ftpd getNAME getty kpasswdd lfs_cleanerd \
mail.local makekey rexecd rlogind rshd talkd telnetd tftpd uucpd
.if ${MACHINE} == "hp300"
SUBDIR+=rbootd
.elif ${MACHINE} == "i386"
SUBDIR+=rbootd
.elif ${MACHINE} == "luna68k"
SUBDIR+=rbootd
.endif
.include <bsd.subdir.mk>