mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 05:13:58 -05:00
7 lines
110 B
Makefile
7 lines
110 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/my
|
|
|
|
KMOD= if_my
|
|
SRCS= if_my.c device_if.h bus_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|