9 lines
162 B
Makefile
9 lines
162 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../../dev/sound/isa
|
|
KMOD = snd_sb16
|
|
SRCS = device_if.h bus_if.h isa_if.h pci_if.h
|
|
SRCS += sb16.c
|
|
|
|
.include <bsd.kmod.mk>
|