Build mount_reiserfs on every platforms, not only i386 and pc98.

Reviewed by:	mux (mentor)
Approved by:	re (dougb)
This commit is contained in:
Jean-Sébastien Pédron 2005-06-21 13:02:45 +00:00
parent e0afbb58b1
commit b6c9debcf0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=147516

View File

@ -58,7 +58,7 @@ SUBDIR= adjkerntz \
mount_nfs4 \ mount_nfs4 \
mount_ntfs \ mount_ntfs \
mount_nullfs \ mount_nullfs \
${_mount_reiserfs} \ mount_reiserfs \
mount_std \ mount_std \
mount_udf \ mount_udf \
mount_umapfs \ mount_umapfs \
@ -119,7 +119,6 @@ _fdisk= fdisk
.elif ${MACHINE} == "pc98" .elif ${MACHINE} == "pc98"
_fdisk_pc98= fdisk_pc98 _fdisk_pc98= fdisk_pc98
.endif .endif
_mount_reiserfs= mount_reiserfs
_sconfig= sconfig _sconfig= sconfig
.endif .endif