aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ata
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2005-04-05 02:05:01 +0000
committerScott Long <scottl@FreeBSD.org>2005-04-05 02:05:01 +0000
commitdb833d6633c13e2009db71da00acd3465bd5ab2e (patch)
tree6d3b2c06e06447744a350d728e51b5f0be57211f /sys/modules/ata
parentef35394ab4dd1d067957ddee2ed1096e618d4494 (diff)
downloadsrc-db833d6633c13e2009db71da00acd3465bd5ab2e.tar.gz
src-db833d6633c13e2009db71da00acd3465bd5ab2e.zip
Connect the atapicam module to the build.
Notes
Notes: svn path=/head/; revision=144646
Diffstat (limited to 'sys/modules/ata')
-rw-r--r--sys/modules/ata/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ata/Makefile b/sys/modules/ata/Makefile
index b01d00f4cbcd..c67ade9d2c0d 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 <bsd.subdir.mk>