mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
9 lines
154 B
Makefile
9 lines
154 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../../dev/sound/isa
|
|
|
|
KMOD= snd_ess
|
|
SRCS= device_if.h bus_if.h isa_if.h pci_if.h
|
|
SRCS+= ess.c
|
|
|
|
.include <bsd.kmod.mk>
|