mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 08:21:05 -05:00
9 lines
145 B
Makefile
9 lines
145 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../../dev/sound/pci
|
|
|
|
KMOD= snd_ds1
|
|
SRCS= device_if.h bus_if.h pci_if.h
|
|
SRCS+= ds1.c
|
|
|
|
.include <bsd.kmod.mk>
|