Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / sys / dev / disk / aha / Makefile
1 # $FreeBSD: src/sys/modules/aha/Makefile,v 1.4 2000/01/28 11:26:23 bde Exp $
2 # $DragonFly: src/sys/dev/disk/aha/Makefile,v 1.2 2003/06/17 04:28:43 dillon Exp $
3
4 .PATH:  ${.CURDIR}/../../dev/aha
5 KMOD    = aha
6 SRCS    = aha.c aha_isa.c ahareg.h opt_cam.h device_if.h bus_if.h aha.h \
7         opt_scsi.h isa_if.h
8 CLEANFILES      = aha.h
9
10 aha.h:
11         echo "#define NAHA 1" > aha.h
12
13 opt_scsi.h:
14         echo "#define SCSI_DELAY 15000" > opt_scsi.h
15
16 .include <bsd.kmod.mk>