From 71d9813960dc1ab8e600956fadce60d51cdc998c Mon Sep 17 00:00:00 2001 From: rgrimes Date: Sat, 28 May 1994 06:21:34 +0000 Subject: rbootd compiles on i386 too. Reviewed by: Submitted by: --- libexec/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libexec') diff --git a/libexec/Makefile b/libexec/Makefile index 90d75f0..a5679e5 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -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 -- cgit v1.1