6780ab5432
No response from: sound
9 lines
151 B
Makefile
Executable File
9 lines
151 B
Makefile
Executable File
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../../dev/sound/pci
|
|
KMOD = snd_ich
|
|
SRCS = device_if.h bus_if.h pci_if.h
|
|
SRCS += ich.c
|
|
|
|
.include <bsd.kmod.mk>
|