14 lines
203 B
Makefile
14 lines
203 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../../dev/sound/isa
|
|
|
|
KMOD= snd_sbc
|
|
SRCS= device_if.h bus_if.h isa_if.h pci_if.h
|
|
SRCS+= sbc.c
|
|
|
|
.if ${MACHINE} == "pc98"
|
|
CFLAGS+= -DPC98
|
|
.endif
|
|
|
|
.include <bsd.kmod.mk>
|