NetBSD/sys/rump/fs/bin/Makefile
pooka 6c71c22a44 Add "file system console", which is meant eventually to become a
"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.
2007-08-16 19:48:31 +00:00

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>