From db833d6633c13e2009db71da00acd3465bd5ab2e Mon Sep 17 00:00:00 2001 From: Scott Long Date: Tue, 5 Apr 2005 02:05:01 +0000 Subject: [PATCH] Connect the atapicam module to the build. --- sys/modules/ata/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/ata/Makefile b/sys/modules/ata/Makefile index b01d00f4cbc..c67ade9d2c0 100644 --- a/sys/modules/ata/Makefile +++ b/sys/modules/ata/Makefile @@ -8,6 +8,6 @@ SUBDIR += atacbus SUBDIR += ataisa .endif SUBDIR += atapci -SUBDIR += atadisk atapicd atapifd atapist ataraid #atacam +SUBDIR += atadisk atapicd atapifd atapist ataraid atapicam #atacam .include