Makefile revision 256281
1# $FreeBSD: stable/10/sys/modules/3dfx_linux/Makefile 156260 2006-03-03 21:37:38Z yar $
2
3.PATH: ${.CURDIR}/../../dev/tdfx
4
5KMOD=	3dfx_linux
6SRCS=	tdfx_linux.c
7
8.include <bsd.kmod.mk>
9