From 61ec41cf0fc0eb44037e8813afae99dc3909db16 Mon Sep 17 00:00:00 2001 From: dumbbell Date: Tue, 21 Jun 2005 13:02:45 +0000 Subject: Build mount_reiserfs on every platforms, not only i386 and pc98. Reviewed by: mux (mentor) Approved by: re (dougb) --- sbin/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sbin/Makefile') 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 -- cgit v1.1