mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 12:51:07 -05:00
7 lines
127 B
Makefile
7 lines
127 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/siis
|
|
|
|
KMOD= siis
|
|
SRCS= siis.c siis.h device_if.h bus_if.h pci_if.h opt_cam.h
|
|
|
|
.include <bsd.kmod.mk>
|