6c71c22a44
"console" to a file system, i.e. a tool for mounting any file system image supported by rump and executing various commands on it. Currently it's just a linear set of calls to ukfs routines and serves mainly as a simple test program and ukfs usage example.
9 lines
161 B
Makefile
9 lines
161 B
Makefile
# $NetBSD: Makefile,v 1.2 2007/08/16 19:48:31 pooka Exp $
|
|
#
|
|
|
|
.include "${.CURDIR}/../Makefile.rumpfs"
|
|
|
|
SUBDIR= ${RUMPFSLIST} fsconsole
|
|
|
|
.include <bsd.subdir.mk>
|