various warning/errorwarning fixes for gcc47
[minix3.git] / sys / arch / i386 / stand / bootxx / bootxx_ext2fs / Makefile
blobf84710be388249be78707b5ce96ccc9e004e2a75
1 # $NetBSD: Makefile,v 1.1 2010/09/11 13:06:37 tsutsui Exp $
3 FS=ext2fs
4 CLEANFILES= lib
5 CPPFLAGS+= -D_MINIX
6 CFLAGS+= -Os
8 .include <../Makefile.bootxx>