From 522c85f5baeeafcefc25b991965d6089e7ffdd59 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Wed, 25 May 2005 07:31:05 +0000 Subject: [PATCH] Fix order (I introduced some time ago) broken in previous revision. --- sbin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/Makefile b/sbin/Makefile index 57b84f2eecf..732895b9e85 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