Revert Makefile@335696 that sneaked into the commit.

X-MFC with:	335696
MFC after:	2 weeks
This commit is contained in:
Xin LI 2018-06-27 06:50:24 +00:00
parent 6f0f107256
commit 48f3bd63b9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=335697

View File

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