repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
various warning/errorwarning fixes for gcc47
[minix3.git]
/
sys
/
arch
/
i386
/
stand
/
bootxx
/
bootxx_ext2fs
/
Makefile
blob
f84710be388249be78707b5ce96ccc9e004e2a75
1
# $NetBSD: Makefile,v 1.1 2010/09/11 13:06:37 tsutsui Exp $
2
3
FS
=
ext2fs
4
CLEANFILES
=
lib
5
CPPFLAGS
+= -
D_MINIX
6
CFLAGS
+= -
Os
7
8
.
include
<
..
/
Makefile.bootxx
>