13 lines
199 B
Makefile
13 lines
199 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/nge
|
|
|
|
KMOD= if_nge
|
|
SRCS= if_nge.c miibus_if.h opt_bdg.h vlan.h device_if.h bus_if.h pci_if.h
|
|
CLEANFILES= vlan.h
|
|
|
|
vlan.h:
|
|
touch vlan.h
|
|
|
|
.include <bsd.kmod.mk>
|