# $FreeBSD$

.PATH:	${.CURDIR}/../../dev/mii
KMOD	= nsgphy
SRCS	= device_if.h miibus_if.h bus_if.h pci_if.h
SRCS	+= nsgphy.c

.include <bsd.kmod.mk>
