From 76ef71db9d8aba48c87de585eb405cd30ba845a3 Mon Sep 17 00:00:00 2001 From: nyan Date: Tue, 16 Mar 2004 12:46:14 +0000 Subject: The arlconfig is needed on i386 only. --- usr.sbin/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.sbin') diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 69b714f..a3ba0d6 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -242,7 +242,9 @@ _acpi= acpi .endif _apm= apm _apmd= apmd +.if ${MACHINE} == "i386" _arlconfig= arlconfig +.endif _asf= asf .if !defined(NO_BLUETOOTH) _bluetooth= bluetooth -- cgit v1.1