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