mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 04:10:49 -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>
|