mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 21:31:02 -05:00
9 lines
161 B
Makefile
9 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>
|