Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / sys / dev / drm / tdfx / Makefile
1 # $FreeBSD: src/sys/modules/drm/tdfx/Makefile,v 1.2.4.1 2003/04/26 07:31:06 anholt Exp $
2 # $DragonFly: src/sys/dev/drm/tdfx/Makefile,v 1.2 2003/06/17 04:28:43 dillon Exp $
3
4 .PATH:  ${.CURDIR}/../../../dev/drm
5 KMOD    = tdfx
6 NOMAN   = YES
7 SRCS    = tdfx_drv.c
8 SRCS    +=device_if.h bus_if.h pci_if.h opt_drm.h
9
10 .include <bsd.kmod.mk>