mirror of
https://github.com/opnsense/src.git
synced 2026-04-09 03:16:24 -04:00
7 lines
155 B
Makefile
7 lines
155 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/xl
|
|
|
|
KMOD= if_xl
|
|
SRCS= bus_if.h device_if.h if_xl.c miibus_if.h miidevs.h pci_if.h xlphy.c opt_platform.h
|
|
|
|
.include <bsd.kmod.mk>
|