mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
8 lines
147 B
Makefile
8 lines
147 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/ste
|
|
|
|
KMOD= if_ste
|
|
SRCS= if_ste.c device_if.h bus_if.h pci_if.h
|
|
SRCS+= miibus_if.h opt_platform.h
|
|
|
|
.include <bsd.kmod.mk>
|