Deleted Added
full compact
Makefile (64987) Makefile (70711)
1# $FreeBSD: head/sys/modules/mly/Makefile 64987 2000-08-23 03:22:41Z msmith $
1# $FreeBSD: head/sys/modules/mly/Makefile 70711 2001-01-06 14:00:42Z obrien $
2
2
3.PATH: ${.CURDIR}/../../dev/mly
4KMOD = mly
5SRCS = mly.c mly_pci.c mly_cam.c
6SRCS += opt_scsi.h opt_cam.h
7SRCS += device_if.h bus_if.h pci_if.h
3.PATH: ${.CURDIR}/../../dev/mly
8
4
5KMOD= mly
6SRCS= mly.c mly_pci.c mly_cam.c
7SRCS+= opt_scsi.h opt_cam.h
8SRCS+= device_if.h bus_if.h pci_if.h
9
9#CFLAGS+= -DMLY_DEBUG=1
10
11.include <bsd.kmod.mk>
10#CFLAGS+= -DMLY_DEBUG=1
11
12.include <bsd.kmod.mk>