Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / sys / dev / disk / aic7xxx / ahc / ahc_pci / Makefile
1
2 # $FreeBSD: src/sys/modules/aic7xxx/ahc/ahc_pci/Makefile,v 1.1.2.1 2002/09/02 05:47:45 scottl Exp $
3 # $DragonFly: src/sys/dev/disk/aic7xxx/ahc/ahc_pci/Makefile,v 1.2 2003/06/17 04:28:43 dillon Exp $
4
5 .PATH:  ${.CURDIR}/../../../../dev/aic7xxx
6 KMOD=   ahc_pci
7
8 ../aic7xxx_reg.h:
9         ( cd .. ; ${MAKE} aic7xxx_reg.h )
10
11 SRCS=   ahc_pci.c aic7xxx_pci.c ../aic7xxx_reg.h
12 SRCS+=  device_if.h bus_if.h pci_if.h
13 SRCS+=  opt_scsi.h opt_cam.h opt_aic7xxx.h
14
15 CFLAGS+= -I${.CURDIR}/../../../../dev/aic7xxx -I..
16
17 .include <bsd.kmod.mk>