diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1994-05-28 06:21:34 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1994-05-28 06:21:34 +0000 |
commit | 71d9813960dc1ab8e600956fadce60d51cdc998c (patch) | |
tree | 7dae0794160e954ed8e992bf2e9fb09feb02f032 /libexec/Makefile | |
parent | e0abbc8f3f1c3352f3ec6fbaec48bfdea71219cf (diff) | |
download | FreeBSD-src-71d9813960dc1ab8e600956fadce60d51cdc998c.zip FreeBSD-src-71d9813960dc1ab8e600956fadce60d51cdc998c.tar.gz |
rbootd compiles on i386 too.
Reviewed by:
Submitted by:
Diffstat (limited to 'libexec/Makefile')
-rw-r--r-- | libexec/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |