Deleted Added
full compact
Makefile (71901) Makefile (74761)
1# $FreeBSD: head/sys/modules/sound/driver/maestro3/Makefile 71901 2001-02-01 20:29:16Z scottl $
2.PATH: ${.CURDIR}/../../../../dev/sound/pci
3KMOD = snd_maestro3
4SRCS = device_if.h bus_if.h isa_if.h pci_if.h
5SRCS += maestro3.c
6CFLAGS += -Wall
1# $FreeBSD: head/sys/modules/sound/driver/maestro3/Makefile 74761 2001-03-24 22:33:43Z peter $
7
2
8CFLAGS += -DM3_DEBUG_LEVEL=-1
3.PATH: ${.CURDIR}/../../../../dev/sound/pci
9
4
5KMOD= snd_maestro3
6SRCS= device_if.h bus_if.h isa_if.h pci_if.h
7SRCS+= maestro3.c
8
9CFLAGS+= -Wall -DM3_DEBUG_LEVEL=-1
10
10.include <bsd.kmod.mk>
11.include <bsd.kmod.mk>