rc.conf: Add and document the missing root_rw_mount=YES
[dragonfly.git] / sys / dev / raid / aac / Makefile
blobd4568fdb8ef6ecd43056a4b46847358b21cf1564
1 # $FreeBSD: src/sys/modules/aac/Makefile,v 1.9 2010/08/23 06:13:29 imp Exp $
3 KMOD= aac
4 SRCS= aac.c aac_pci.c aac_disk.c aac_cam.c
5 SRCS+= opt_cam.h opt_aac.h
6 SRCS+= device_if.h bus_if.h pci_if.h
8 # To enable debug output from the driver, uncomment these two lines.
9 #KCFLAGS+= -DAAC_DEBUG=2
10 #SRCS+= aac_debug.c
12 .include <bsd.kmod.mk>