summaryrefslogtreecommitdiff
path: root/bsd-core/tdfx
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2005-04-26 15:27:58 +0000
committerEric Anholt <anholt@freebsd.org>2005-04-26 15:27:58 +0000
commit6aae7bd5b061c6a8130787ba3ea5aa07c744eda9 (patch)
tree4e1b78e2c3b92759d8c53788650463c161fff9d8 /bsd-core/tdfx
parent2fcf66a02fb0f6f31c0d02026c8c7a4d36b45f58 (diff)
Convert NOMAN to the new preferred spelling NO_MAN to quiet warnings.
Diffstat (limited to 'bsd-core/tdfx')
-rw-r--r--bsd-core/tdfx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd-core/tdfx/Makefile b/bsd-core/tdfx/Makefile
index 12e7d745..5770491a 100644
--- a/bsd-core/tdfx/Makefile
+++ b/bsd-core/tdfx/Makefile
@@ -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..