fb9f118e6f
not personally tested, but i'm assured it works Submitted by: David Jones <dej@ox.org> PR: kern/20161
9 lines
172 B
Makefile
9 lines
172 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../../dev/sound/pci
|
|
KMOD = snd_via82c686
|
|
SRCS = device_if.h bus_if.h isa_if.h pci_if.h
|
|
SRCS += via82c686.c
|
|
|
|
.include <bsd.kmod.mk>
|