summaryrefslogtreecommitdiffstats
path: root/sbin/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-05-25 07:31:05 +0000
committerru <ru@FreeBSD.org>2005-05-25 07:31:05 +0000
commitc3abc18f4d0067a91d06053771417196e0370f1b (patch)
tree02e581a27d9086cfb9dd01004c64805fe0d3da00 /sbin/Makefile
parent0c6200206d28df858ffb208250acfd857664d00e (diff)
downloadFreeBSD-src-c3abc18f4d0067a91d06053771417196e0370f1b.zip
FreeBSD-src-c3abc18f4d0067a91d06053771417196e0370f1b.tar.gz
Fix order (I introduced some time ago) broken in previous revision.
Diffstat (limited to 'sbin/Makefile')
-rw-r--r--sbin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index 57b84f2..732895b 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
OpenPOWER on IntegriCloud