2004-09-10 20:57:46 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2017-03-04 10:10:17 +00:00
|
|
|
.PATH: ${SRCTOP}/sys/dev/vge
|
2004-09-10 20:57:46 +00:00
|
|
|
|
|
|
|
KMOD= if_vge
|
2005-09-27 18:10:43 +00:00
|
|
|
SRCS= if_vge.c miibus_if.h device_if.h bus_if.h pci_if.h
|
2004-09-10 20:57:46 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|