summaryrefslogtreecommitdiffstats
path: root/sbin/Makefile
diff options
context:
space:
mode:
authordumbbell <dumbbell@FreeBSD.org>2005-06-21 13:02:45 +0000
committerdumbbell <dumbbell@FreeBSD.org>2005-06-21 13:02:45 +0000
commit61ec41cf0fc0eb44037e8813afae99dc3909db16 (patch)
tree8a6365c2146703a5bdfb9b124114225c41efbfd5 /sbin/Makefile
parent7faf8e4609ee7e77d8cebd937e1cabf3cdd98eac (diff)
downloadFreeBSD-src-61ec41cf0fc0eb44037e8813afae99dc3909db16.zip
FreeBSD-src-61ec41cf0fc0eb44037e8813afae99dc3909db16.tar.gz
Build mount_reiserfs on every platforms, not only i386 and pc98.
Reviewed by: mux (mentor) Approved by: re (dougb)
Diffstat (limited to 'sbin/Makefile')
-rw-r--r--sbin/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index 732895b..596da4d 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 \
@@ -119,7 +119,6 @@ _fdisk= fdisk
.elif ${MACHINE} == "pc98"
_fdisk_pc98= fdisk_pc98
.endif
-_mount_reiserfs= mount_reiserfs
_sconfig= sconfig
.endif
OpenPOWER on IntegriCloud