rbootd compiles on i386 too.

Reviewed by:
Submitted by:
This commit is contained in:
Rodney W. Grimes 1994-05-28 06:21:34 +00:00
parent 3a7b365fa1
commit 17b3a49182
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1605

View File

@ -5,6 +5,8 @@ SUBDIR= bugfiler comsat fingerd ftpd getNAME getty kpasswdd lfs_cleanerd \
.if ${MACHINE} == "hp300"
SUBDIR+=rbootd
.elif ${MACHINE} == "i386"
SUBDIR+=rbootd
.elif ${MACHINE} == "luna68k"
SUBDIR+=rbootd
.endif