aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_msdosfs/Makefile
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2018-06-27 06:50:24 +0000
committerXin LI <delphij@FreeBSD.org>2018-06-27 06:50:24 +0000
commit48f3bd63b929ee3ab1a254991f14761e8d6fd1d1 (patch)
treefbfe61e6dc8276de00ee4daed8ff15da13b9bfc4 /sbin/fsck_msdosfs/Makefile
parent6f0f107256915c4ba37ee06062a3163cd42614d4 (diff)
downloadsrc-48f3bd63b929ee3ab1a254991f14761e8d6fd1d1.tar.gz
src-48f3bd63b929ee3ab1a254991f14761e8d6fd1d1.zip
Revert Makefile@335696 that sneaked into the commit.
X-MFC with: 335696 MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=335697
Diffstat (limited to 'sbin/fsck_msdosfs/Makefile')
-rw-r--r--sbin/fsck_msdosfs/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/fsck_msdosfs/Makefile b/sbin/fsck_msdosfs/Makefile
index 522594cd28d8..b101724a8801 100644
--- a/sbin/fsck_msdosfs/Makefile
+++ b/sbin/fsck_msdosfs/Makefile
@@ -9,8 +9,6 @@ PROG= fsck_msdosfs
MAN= fsck_msdosfs.8
SRCS= main.c check.c boot.c fat.c dir.c fsutil.c
-DEBUG_FLAGS+= -g
-
CFLAGS+= -I${FSCK}
.include <bsd.prog.mk>