a41df38359
- create a mostly working sysinst/ramdisk environment. i was able to successfully run sysinst, but the screen displays many "bad format `p'" errors i am yet to track down entirely that make it somewhat difficult to see.
9 lines
127 B
Makefile
9 lines
127 B
Makefile
# $NetBSD: Makefile,v 1.1 2008/01/02 11:39:02 mrg Exp $
|
|
|
|
SUBDIR=
|
|
SUBDIR+= ramdisk
|
|
|
|
TARGETS+= release
|
|
|
|
.include <bsd.subdir.mk>
|