summaryrefslogtreecommitdiffstats
path: root/sbin/Makefile
diff options
context:
space:
mode:
authormux <mux@FreeBSD.org>2005-05-24 23:06:10 +0000
committermux <mux@FreeBSD.org>2005-05-24 23:06:10 +0000
commitf539b2792ae60faf6da4e7a9da0af546ce4b7ba9 (patch)
tree9756628b86f78629634a942f190cd7350b7a4304 /sbin/Makefile
parent71c388ce212e44dff1bd4c44385b57e9b7f9cb50 (diff)
downloadFreeBSD-src-f539b2792ae60faf6da4e7a9da0af546ce4b7ba9.zip
FreeBSD-src-f539b2792ae60faf6da4e7a9da0af546ce4b7ba9.tar.gz
Only build mount_reiserfs(8) on i386, it exists only there for now.
Spotted by: ru
Diffstat (limited to 'sbin/Makefile')
-rw-r--r--sbin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index 596da4d..57b84f2 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -58,7 +58,7 @@ SUBDIR= adjkerntz \
mount_nfs4 \
mount_ntfs \
mount_nullfs \
- mount_reiserfs \
+ ${_mount_reiserfs} \
mount_std \
mount_udf \
mount_umapfs \
@@ -114,6 +114,7 @@ _ping6= ping6
.endif
.if ${MACHINE_ARCH} == "i386"
+_mount_reiserfs= mount_reiserfs
.if ${MACHINE} == "i386"
_fdisk= fdisk
.elif ${MACHINE} == "pc98"
OpenPOWER on IntegriCloud