diff options
| author | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2005-06-21 13:02:45 +0000 |
|---|---|---|
| committer | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2005-06-21 13:02:45 +0000 |
| commit | b6c9debcf0adaaa43918919024752f2a0137055d (patch) | |
| tree | 8a6365c2146703a5bdfb9b124114225c41efbfd5 /sbin/Makefile | |
| parent | e0afbb58b103db73d1ec2fdd5fec12ad04cb495d (diff) | |
Notes
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 732895b9e850..596da4df491a 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 |
