summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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