mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 01:28:00 -04:00
9 lines
140 B
Makefile
9 lines
140 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../dev/cas
|
||
|
|
|
||
|
|
KMOD= if_cas
|
||
|
|
SRCS= bus_if.h device_if.h if_cas.c miibus_if.h pci_if.h
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|