diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-05-25 07:31:05 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-05-25 07:31:05 +0000 |
| commit | 522c85f5baeeafcefc25b991965d6089e7ffdd59 (patch) | |
| tree | 02e581a27d9086cfb9dd01004c64805fe0d3da00 /sbin | |
| parent | 6fbeb2e223c505e908cb5e6d822e604f7688d4fe (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 57b84f2eecfc..732895b9e850 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -114,12 +114,12 @@ _ping6= ping6 .endif .if ${MACHINE_ARCH} == "i386" -_mount_reiserfs= mount_reiserfs .if ${MACHINE} == "i386" _fdisk= fdisk .elif ${MACHINE} == "pc98" _fdisk_pc98= fdisk_pc98 .endif +_mount_reiserfs= mount_reiserfs _sconfig= sconfig .endif |
