e495da0cd3
No response from: sound
10 lines
153 B
Makefile
10 lines
153 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../../dev/sound/pci
|
|
|
|
KMOD= snd_t4dwave
|
|
SRCS= device_if.h bus_if.h pci_if.h
|
|
SRCS+= t4dwave.c
|
|
|
|
.include <bsd.kmod.mk>
|