2c9067b16f
PR: kern/29235 Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au> Reviewed by: Yar Tikhiy <yar@FreeBSD.org> MFC after: 1 week
14 lines
201 B
Makefile
14 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>
|