1# $FreeBSD: releng/11.0/sys/modules/glxsb/Makefile 181467 2008-08-09 14:52:31Z philip $
2
3.PATH:	${.CURDIR}/../../dev/glxsb
4KMOD	= glxsb
5SRCS	= glxsb.c glxsb_hash.c glxsb.h 
6SRCS   += device_if.h pci_if.h bus_if.h
7SRCS   += opt_bus.h cryptodev_if.h
8
9.include <bsd.kmod.mk>
10