Deleted Added
full compact
Makefile (110498) Makefile (140867)
1# $FreeBSD: head/sys/modules/sound/driver/maestro/Makefile 110498 2003-02-07 13:56:33Z nyan $
1# $FreeBSD: head/sys/modules/sound/driver/maestro/Makefile 140867 2005-01-26 16:29:07Z imp $
2
3.PATH: ${.CURDIR}/../../../../dev/sound/pci
4
5KMOD= snd_maestro
6SRCS= device_if.h bus_if.h pci_if.h
7SRCS+= maestro.c
2
3.PATH: ${.CURDIR}/../../../../dev/sound/pci
4
5KMOD= snd_maestro
6SRCS= device_if.h bus_if.h pci_if.h
7SRCS+= maestro.c
8WERROR=
8
9.include <bsd.kmod.mk>
9
10.include <bsd.kmod.mk>