67a2a28fe4
Approved by: des
10 lines
161 B
Makefile
10 lines
161 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/drm
|
|
KMOD = tdfx
|
|
NOMAN = YES
|
|
SRCS = tdfx_drv.c
|
|
SRCS +=device_if.h bus_if.h pci_if.h opt_drm.h
|
|
|
|
.include <bsd.kmod.mk>
|