mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 19:05:20 -05:00
9 lines
140 B
Makefile
9 lines
140 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../dev/vte
|
||
|
|
|
||
|
|
KMOD= if_vte
|
||
|
|
SRCS= if_vte.c device_if.h bus_if.h pci_if.h miibus_if.h
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|