mirror of
https://github.com/opnsense/src.git
synced 2026-03-22 02:40:09 -04:00
12 lines
187 B
Makefile
12 lines
187 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/txp
|
|
|
|
KMOD= if_txp
|
|
SRCS= if_txp.c opt_bdg.h device_if.h bus_if.h pci_if.h vlan.h
|
|
CLEANFILES= vlan.h
|
|
|
|
vlan.h:
|
|
touch vlan.h
|
|
|
|
.include <bsd.kmod.mk>
|