9480149ab0
that want them
10 lines
163 B
Makefile
10 lines
163 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../../dev/sound/pci
|
|
|
|
KMOD= snd_csa
|
|
SRCS= device_if.h bus_if.h isa_if.h pci_if.h
|
|
SRCS+= csa.c csapcm.c
|
|
|
|
.include <bsd.kmod.mk>
|