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