From c3abc18f4d0067a91d06053771417196e0370f1b Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 25 May 2005 07:31:05 +0000 Subject: Fix order (I introduced some time ago) broken in previous revision. --- sbin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/Makefile') 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 -- cgit v1.1