e4ac80eb60
. warnings (sometimes promoted to errors) in servers/ and kernel/ . -Os for ext2 boot module to make it small enough
8 lines
151 B
Makefile
8 lines
151 B
Makefile
# $NetBSD: Makefile,v 1.1 2010/09/11 13:06:37 tsutsui Exp $
|
|
|
|
FS=ext2fs
|
|
CLEANFILES= lib
|
|
CPPFLAGS+= -D_MINIX
|
|
CFLAGS+= -Os
|
|
|
|
.include <../Makefile.bootxx>
|