mirror of
https://github.com/opnsense/src.git
synced 2026-04-02 16:05:17 -04:00
PR: kern/29235 Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au> Reviewed by: Yar Tikhiy <yar@FreeBSD.org> MFC after: 1 week
13 lines
201 B
Makefile
13 lines
201 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../pci
|
|
|
|
KMOD= if_tx
|
|
SRCS= if_tx.c opt_bdg.h device_if.h bus_if.h pci_if.h
|
|
SRCS+= miibus_if.h vlan.h
|
|
CLEANFILES = vlan.h
|
|
|
|
vlan.h:
|
|
touch vlan.h
|
|
|
|
.include <bsd.kmod.mk>
|