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:
Robert Watson 2005-03-31 04:10:31 +00:00
parent c4b2cc12ae
commit 6fe62276be
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144362

View file

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