Deleted Added
sdiff udiff text old ( 64987 ) new ( 70711 )
full compact
1# $FreeBSD: head/sys/modules/mly/Makefile 64987 2000-08-23 03:22:41Z msmith $
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
8
9#CFLAGS+= -DMLY_DEBUG=1
10
11.include <bsd.kmod.mk>