Index: head/sbin/fsck_msdosfs/Makefile =================================================================== --- head/sbin/fsck_msdosfs/Makefile (revision 335696) +++ head/sbin/fsck_msdosfs/Makefile (revision 335697) @@ -1,16 +1,14 @@ # $NetBSD: Makefile,v 1.6 1997/05/08 21:11:11 gwr Exp $ # $FreeBSD$ FSCK= ${.CURDIR:H}/fsck .PATH: ${FSCK} PACKAGE=runtime 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