Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / sys / dev / raid / mly / Makefile
1 # $FreeBSD: src/sys/modules/mly/Makefile,v 1.1.2.1 2000/10/27 10:07:02 msmith Exp $
2 # $DragonFly: src/sys/dev/raid/mly/Makefile,v 1.2 2003/06/17 04:28:45 dillon Exp $
3
4 .PATH:          ${.CURDIR}/../../dev/mly
5 KMOD            =  mly
6 SRCS            =  mly.c mly_pci.c mly_cam.c
7 SRCS            += opt_scsi.h opt_cam.h
8 SRCS            += device_if.h bus_if.h pci_if.h
9
10 #CFLAGS+=       -DMLY_DEBUG=1
11
12 .include <bsd.kmod.mk>