1
2.PATH: ${SRCTOP}/sys/dev/sge
3
4KMOD=	if_sge
5SRCS=	if_sge.c device_if.h bus_if.h pci_if.h miibus_if.h opt_platform.h
6
7.include <bsd.kmod.mk>
8