1# $FreeBSD: stable/11/sys/modules/sge/Makefile 319182 2017-05-30 04:11:12Z ngie $
2
3.PATH: ${SRCTOP}/sys/dev/sge
4
5KMOD=	if_sge
6SRCS=	if_sge.c device_if.h bus_if.h pci_if.h miibus_if.h
7
8.include <bsd.kmod.mk>
9