Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / sys / dev / raid / aac / Makefile
1 # $FreeBSD: src/sys/modules/aac/Makefile,v 1.2.2.4 2003/03/28 19:51:37 scottl Exp $
2 # $DragonFly: src/sys/dev/raid/aac/Makefile,v 1.2 2003/06/17 04:28:43 dillon Exp $
3
4 .PATH: ${.CURDIR}/../../dev/aac
5
6 SUBDIR= aac_linux
7
8 KMOD=   aac
9 SRCS=   aac.c aac_pci.c aac_disk.c aac_cam.c
10 SRCS+=  opt_scsi.h opt_cam.h opt_aac.h
11 SRCS+=  device_if.h bus_if.h pci_if.h
12
13 #CFLAGS+= -DAAC_DEBUG=2
14 #SRCS+= aac_debug.c
15
16 .include <bsd.kmod.mk>