7 lines
138 B
Makefile
7 lines
138 B
Makefile
# $NetBSD: Makefile,v 1.1 2010/09/11 13:06:37 tsutsui Exp $
|
|
|
|
FS=ext2fs
|
|
CLEANFILES= lib
|
|
CPPFLAGS+= -D_MINIX
|
|
|
|
.include <../Makefile.bootxx>
|