aboutsummaryrefslogtreecommitdiff
path: root/libexec/Makefile
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1994-05-28 06:21:34 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1994-05-28 06:21:34 +0000
commit17b3a4918205fe6c15ecd911c8c13e04b55aba7e (patch)
tree7dae0794160e954ed8e992bf2e9fb09feb02f032 /libexec/Makefile
parent3a7b365fa1da1341259a35497ca09e253e0fa3e0 (diff)
downloadsrc-17b3a4918205fe6c15ecd911c8c13e04b55aba7e.tar.gz
src-17b3a4918205fe6c15ecd911c8c13e04b55aba7e.zip
rbootd compiles on i386 too.
Reviewed by: Submitted by:
Notes
Notes: svn path=/head/; revision=1605
Diffstat (limited to 'libexec/Makefile')
-rw-r--r--libexec/Makefile2
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