bde226973a
Don't build & install it by default, since it represents the state of the rump virtual kernel and not the host kernel. However, it's useful for debugging kernfs.
9 lines
125 B
Makefile
9 lines
125 B
Makefile
# $NetBSD: Makefile,v 1.1 2010/03/31 14:22:27 pooka Exp $
|
|
#
|
|
|
|
MOUNTNAME= kernfs
|
|
|
|
ISRUMP= # syndicate
|
|
|
|
.include <bsd.prog.mk>
|