xref: /netbsd/usr.sbin/puffs/rump_nqmfs/Makefile (revision 6550d01e)
1#	$NetBSD: Makefile,v 1.1 2010/03/08 12:46:33 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