From e6f88402ff9d8a0d14cfbfb1ed65f6ff29544647 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sun, 8 Dec 2002 03:55:35 +0000 Subject: [PATCH] Move the awi module build dependency into the MACHINE_ARCH=i386 entry. --- sys/modules/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index b158aed8eae..5a47e09d09c 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -158,6 +158,7 @@ SUBDIR+=3dfx \ aout \ apm \ ar \ + awi \ arcnet \ bktr \ coff \ @@ -198,7 +199,6 @@ SUBDIR+=aac \ acpi \ asr \ atspeaker \ - awi \ cardbus \ cbb \ ciss \ @@ -212,8 +212,7 @@ SUBDIR+=aac \ vesa .elif ${MACHINE} == "pc98" -SUBDIR+=awi \ - pcspeaker \ +SUBDIR+=pcspeaker \ pmc \ snc .endif