mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 17:32:57 -05:00
9 lines
161 B
Makefile
9 lines
161 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 gusc.c
|
|
|
|
.include <bsd.kmod.mk>
|