mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
Change tdfx.ko to 3dfx.ko to prevent filename conflict when XF86 4.x
DRI support is ready for us, as per Doug Rabson's request <dfr>.
This commit is contained in:
parent
06d9723a00
commit
ffb7ea4913
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# $FreeBSD$
|
||||
.PATH: $(.CURDIR)/../../dev/tdfx
|
||||
KMOD = tdfx
|
||||
KMOD = 3dfx
|
||||
NOMAN = YES
|
||||
SRCS = opt_tdfx.h pci.h bus_if.h pci_if.h device_if.h tdfx_pci.h tdfx_io.h\
|
||||
tdfx_vars.h tdfx_pci.c
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# $FreeBSD$
|
||||
.PATH: $(.CURDIR)/../../dev/tdfx
|
||||
KMOD = tdfx
|
||||
KMOD = 3dfx
|
||||
NOMAN = YES
|
||||
SRCS = opt_tdfx.h pci.h bus_if.h pci_if.h device_if.h tdfx_pci.h tdfx_io.h\
|
||||
tdfx_vars.h tdfx_pci.c
|
||||
|
|
|
|||
Loading…
Reference in a new issue