From d67e2df265f7e89981c41cae65c6b27fc464a009 Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Wed, 17 Mar 2004 08:50:17 +0000 Subject: [PATCH] Move the _arlconfig define in the existing i386 section. Suggested by: ru --- usr.sbin/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index a3ba0d6a89a..b137e7cdd0d 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -242,14 +242,12 @@ _acpi= acpi .endif _apm= apm _apmd= apmd -.if ${MACHINE} == "i386" -_arlconfig= arlconfig -.endif _asf= asf .if !defined(NO_BLUETOOTH) _bluetooth= bluetooth .endif .if ${MACHINE} == "i386" +_arlconfig= arlconfig _boot0cfg= boot0cfg .endif .if ${MACHINE} == "pc98"