Convert NOMAN to the new preferred spelling NO_MAN to quiet warnings.

main
Eric Anholt 2005-04-26 15:27:58 +00:00
parent 2fcf66a02f
commit 6aae7bd5b0
9 changed files with 9 additions and 9 deletions

View File

@ -2,7 +2,7 @@
.PATH: ${.CURDIR}/..
KMOD = drm
NOMAN = YES
NO_MAN = YES
SRCS = \
ati_pcigart.c \
drm_agpsupport.c \

View File

@ -2,7 +2,7 @@
.PATH: ${.CURDIR}/..
KMOD = i915
NOMAN= YES
NO_MAN = YES
SRCS = i915_dma.c i915_drv.c i915_irq.c i915_mem.c
SRCS += device_if.h bus_if.h pci_if.h opt_drm.h
CFLAGS += ${DEBUG_FLAGS} -I. -I..

View File

@ -2,7 +2,7 @@
.PATH: ${.CURDIR}/..
KMOD = mach64
NOMAN= YES
NO_MAN = YES
SRCS = mach64_dma.c mach64_drv.c mach64_irq.c mach64_state.c
SRCS += device_if.h bus_if.h pci_if.h opt_drm.h
CFLAGS += ${DEBUG_FLAGS} -I. -I..

View File

@ -2,7 +2,7 @@
.PATH: ${.CURDIR}/..
KMOD= mga
NOMAN= YES
NO_MAN= YES
SRCS= mga_drv.c mga_state.c mga_warp.c mga_dma.c mga_irq.c
SRCS+= device_if.h bus_if.h pci_if.h opt_drm.h
CFLAGS+= ${DEBUG_FLAGS} -I. -I..

View File

@ -2,7 +2,7 @@
.PATH: ${.CURDIR}/..
KMOD = r128
NOMAN= YES
NO_MAN = YES
SRCS = r128_cce.c r128_drv.c r128_state.c r128_irq.c
SRCS += device_if.h bus_if.h pci_if.h opt_drm.h
CFLAGS += ${DEBUG_FLAGS} -I. -I..

View File

@ -2,7 +2,7 @@
.PATH: ${.CURDIR}/..
KMOD = radeon
NOMAN= YES
NO_MAN = YES
SRCS = radeon_cp.c radeon_drv.c radeon_state.c radeon_irq.c radeon_mem.c
SRCS += device_if.h bus_if.h pci_if.h opt_drm.h
CFLAGS += ${DEBUG_FLAGS} -I. -I..

View File

@ -2,7 +2,7 @@
.PATH: ${.CURDIR}/..
KMOD = savage
NOMAN = YES
NO_MAN = YES
SRCS = savage_bci.c savage_drv.c savage_state.c
SRCS += device_if.h bus_if.h pci_if.h opt_drm.h
CFLAGS += ${DEBUG_FLAGS} -I. -I..

View File

@ -2,7 +2,7 @@
.PATH: ${.CURDIR}/..
KMOD= sis
NOMAN= YES
NO_MAN= YES
SRCS= sis_drv.c sis_ds.c sis_mm.c
SRCS+= device_if.h bus_if.h pci_if.h opt_drm.h
CFLAGS+= ${DEBUG_FLAGS} -I. -I..

View File

@ -2,7 +2,7 @@
.PATH: ${.CURDIR}/..
KMOD= tdfx
NOMAN= YES
NO_MAN= YES
SRCS= tdfx_drv.c
SRCS+= device_if.h bus_if.h pci_if.h opt_drm.h
CFLAGS+= ${DEBUG_FLAGS} -I. -I..