From fffdbac7c4754cb645930a9fa7ace94c08b4b422 Mon Sep 17 00:00:00 2001 From: Scott Long Date: Mon, 30 Aug 2004 03:37:36 +0000 Subject: [PATCH] Enable aac(4) module build for amd64 --- sys/modules/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index cfb1d2684cb..8964983ab06 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -374,6 +374,7 @@ _sppp= sppp .endif .if ${MACHINE_ARCH} == "amd64" +_aac= aac _agp= agp _ciss= ciss _drm= drm