freebsd-dev/sbin/newfs_msdos/Makefile
Xin LI d4b442791d WARNS=6 cleanup:
- Initialize everything in the struct array, not only the mentioned
   ones
 - Unconditionally initialize hs to 0 to avoid repeatly doing so
 - Cast to unsigned int when comparing to unsigned variables.
2005-01-17 14:14:00 +00:00

10 lines
106 B
Makefile

# $FreeBSD$
PROG= newfs_msdos
MAN= newfs_msdos.8
WARNS?= 6
CFLAGS+=${BDECFLAGS}
.include <bsd.prog.mk>