DEBUG is a knob that means something else in FreeBSD, use LIBUFS_DEBUG to

turn on tracing.
This commit is contained in:
jmallett 2002-07-01 18:20:48 +00:00
parent 1c27521e29
commit 33afc2db3f

View File

@ -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