summaryrefslogtreecommitdiffstats
path: root/lib/libufs/Makefile
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-07-01 18:20:48 +0000
committerjmallett <jmallett@FreeBSD.org>2002-07-01 18:20:48 +0000
commit33afc2db3f60c6eeabdaf2c49b062dc104163ccd (patch)
tree953d58c68ec96701498ac4a5d3e1b10c69853dec /lib/libufs/Makefile
parent1c27521e2987e7d265f8b33bff58693509655aa5 (diff)
downloadFreeBSD-src-33afc2db3f60c6eeabdaf2c49b062dc104163ccd.zip
FreeBSD-src-33afc2db3f60c6eeabdaf2c49b062dc104163ccd.tar.gz
DEBUG is a knob that means something else in FreeBSD, use LIBUFS_DEBUG to
turn on tracing.
Diffstat (limited to 'lib/libufs/Makefile')
-rw-r--r--lib/libufs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libufs/Makefile b/lib/libufs/Makefile
index 04195eb..fd38b17 100644
--- a/lib/libufs/Makefile
+++ b/lib/libufs/Makefile
@@ -5,7 +5,7 @@ SRCS= block.c inode.c sblock.c type.c
INCS= libufs.h
NOMAN= noman
CFLAGS+= -I${.CURDIR} -D_LIBUFS
-.if defined(DEBUG)
+.if defined(LIBUFS_DEBUG)
CFLAGS+= -D_LIBUFS_DEBUGGING
.endif
OpenPOWER on IntegriCloud