mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 05:13:58 -05:00
8 lines
151 B
Makefile
Executable file
8 lines
151 B
Makefile
Executable file
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../../dev/sound/pci
|
|
KMOD = snd_ich
|
|
SRCS = device_if.h bus_if.h pci_if.h
|
|
SRCS += ich.c
|
|
|
|
.include <bsd.kmod.mk>
|