Deleted Added
full compact
Makefile (65543) Makefile (70711)
1# $FreeBSD: head/sys/modules/sound/driver/maestro/Makefile 65543 2000-09-06 20:10:55Z cg $
1# $FreeBSD: head/sys/modules/sound/driver/maestro/Makefile 70711 2001-01-06 14:00:42Z obrien $
2
2
3.PATH: ${.CURDIR}/../../../../dev/sound/pci
4KMOD = snd_maestro
5SRCS = device_if.h bus_if.h isa_if.h pci_if.h
6SRCS += maestro.c
3.PATH: ${.CURDIR}/../../../../dev/sound/pci
7
4
5KMOD= snd_maestro
6SRCS= device_if.h bus_if.h isa_if.h pci_if.h
7SRCS+= maestro.c
8
8.include <bsd.kmod.mk>
9.include <bsd.kmod.mk>