Don't define FS_DEBUG by default, as this causes growfs to write debugging

information to /tmp/growfs.debug, which is a world-writable directory.

MFC after:	3 days
Reported by:	Jon Passki <cykyc@yahoo.com>
This commit is contained in:
rwatson 2005-03-31 04:10:31 +00:00
parent fe3d70d054
commit 0ee22a0cda

View File

@ -14,7 +14,6 @@ WARNS?= 6
.if defined(GFSDBG)
SRCS+= debug.c
CFLAGS+=-DFS_DEBUG
.endif
.include <bsd.prog.mk>