Only build mount_reiserfs(8) on i386, it exists only there for now.

Spotted by:	ru
This commit is contained in:
mux 2005-05-24 23:06:10 +00:00
parent 71c388ce21
commit f539b2792a

View File

@ -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"