opnsense-src/sys/modules/vte/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
140 B
Makefile
Raw Permalink Normal View History

.PATH: ${SRCTOP}/sys/dev/vte
KMOD= if_vte
SRCS= if_vte.c device_if.h bus_if.h pci_if.h miibus_if.h opt_platform.h
.include <bsd.kmod.mk>