1#	$NetBSD: Makefile,v 1.5 2010/01/25 15:55:36 pooka Exp $
2#
3
4PROG=	rump_nqmfs
5
6LDADD+=	-lrumpfs_mfs -lrumpfs_ffs
7
8ISRUMP=		# affirmative
9NOMAN=		# si, signor
10RUMP_DISKFS=	# well, uh, yea, but there's ffs
11
12.include <bsd.prog.mk>
13