mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 23:45:12 -04:00
12 lines
209 B
Makefile
12 lines
209 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../../dev/sound/isa
|
|
KMOD = snd_mss
|
|
SRCS = device_if.h bus_if.h isa_if.h pci_if.h
|
|
SRCS += mss.c
|
|
|
|
.if ${MACHINE} == "pc98"
|
|
CFLAGS+= -DPC98
|
|
.endif
|
|
|
|
.include <bsd.kmod.mk>
|