f96ec528a4
- - Don't descend into miniroot. This permits "make clean" and "make obj" from within /usr/src/distrib to succeed. - - Don't strip the install kernel--I need this to boot. - - Add release target, for use by "make release" in top level src dir. - - Ramdisk now builds in "notes" dir before reaching into it. - - Ramdisk unconfigures vnd when make is interrupted, by Ctl-C, for example. It would be nice to unconfigure the vnd device if the make fails for any reason, but I can't figure out how to do that.
6 lines
115 B
Makefile
6 lines
115 B
Makefile
# $NetBSD: Makefile,v 1.4 1999/12/17 20:48:06 fredb Exp $
|
|
|
|
SUBDIR= instkernel # miniroot
|
|
|
|
.include <bsd.subdir.mk>
|