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

turn on tracing.
This commit is contained in:
Juli Mallett 2002-07-01 18:20:48 +00:00
parent 585e540203
commit a7a88ab828
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99223

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