diff options
author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-05-28 06:21:34 +0000 |
---|---|---|
committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-05-28 06:21:34 +0000 |
commit | 17b3a4918205fe6c15ecd911c8c13e04b55aba7e (patch) | |
tree | 7dae0794160e954ed8e992bf2e9fb09feb02f032 | |
parent | 3a7b365fa1da1341259a35497ca09e253e0fa3e0 (diff) | |
download | src-17b3a4918205fe6c15ecd911c8c13e04b55aba7e.tar.gz src-17b3a4918205fe6c15ecd911c8c13e04b55aba7e.zip |
rbootd compiles on i386 too.
Reviewed by:
Submitted by:
Notes
Notes:
svn path=/head/; revision=1605
-rw-r--r-- | libexec/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 90d75f0f1ce0..a5679e51813a 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 |