diff options
author | dumbbell <dumbbell@FreeBSD.org> | 2005-06-21 13:02:45 +0000 |
---|---|---|
committer | dumbbell <dumbbell@FreeBSD.org> | 2005-06-21 13:02:45 +0000 |
commit | 61ec41cf0fc0eb44037e8813afae99dc3909db16 (patch) | |
tree | 8a6365c2146703a5bdfb9b124114225c41efbfd5 /sbin/Makefile | |
parent | 7faf8e4609ee7e77d8cebd937e1cabf3cdd98eac (diff) | |
download | FreeBSD-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/Makefile | 3 |
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 |