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

Spotted by:	ru
This commit is contained in:
Maxime Henrion 2005-05-24 23:06:10 +00:00
parent ad0557149f
commit ab19e37ab0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146601

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"