mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 09:21:31 -05:00
9 lines
131 B
Makefile
9 lines
131 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../dev/sbsh
|
||
|
|
|
||
|
|
KMOD= if_sbsh
|
||
|
|
SRCS= if_sbsh.c bus_if.h device_if.h pci_if.h
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|