646a7fea0c
Submitted by: Christoph Mallon MFC after: 3 days
9 lines
151 B
Makefile
9 lines
151 B
Makefile
# $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>
|