diff options
author | David Dawes <dawes@xfree86.org> | 2001-04-09 16:27:54 +0000 |
---|---|---|
committer | David Dawes <dawes@xfree86.org> | 2001-04-09 16:27:54 +0000 |
commit | 1759c16ab9b64598968a0058039e8a66bf5f9773 (patch) | |
tree | a82d44dc47302041daf1f5f408c6f47017baac47 /bsd/tdfx/Makefile | |
parent | 0e7f6c0726e5ff08eeab8e17a5aa63fbe44b3410 (diff) |
Import -f XFree86 4.0.99.2
Diffstat (limited to 'bsd/tdfx/Makefile')
-rw-r--r-- | bsd/tdfx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd/tdfx/Makefile b/bsd/tdfx/Makefile index 471a5fbf..4362a5ba 100644 --- a/bsd/tdfx/Makefile +++ b/bsd/tdfx/Makefile @@ -3,7 +3,7 @@ KMOD = tdfx SRCS = tdfx_drv.c tdfx_context.c SRCS += device_if.h bus_if.h pci_if.h -CFLAGS += ${DEBUG_FLAGS} -I.. +CFLAGS += ${DEBUG_FLAGS} -I. -I.. KMODDEPS = drm @: |