mirror of
https://github.com/opnsense/src.git
synced 2026-03-05 23:00:45 -05:00
9 lines
153 B
Makefile
9 lines
153 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../../dev/sound/pci
|
|
|
|
KMOD= snd_via8233
|
|
SRCS= device_if.h bus_if.h pci_if.h
|
|
SRCS+= via8233.c
|
|
|
|
.include <bsd.kmod.mk>
|