1 1.1 pooka # $NetBSD: Makefile,v 1.1 2008/07/29 13:17:48 pooka Exp $ 2 1.1 pooka # 3 1.1 pooka 4 1.1 pooka PROG= rump_tmpfs 5 1.1 pooka 6 1.1 pooka LDADD+= -lrumpfs_tmpfs 7 1.1 pooka DPADD+= ${LIBRUMPFS_TMPFS} 8 1.1 pooka 9 1.1 pooka ISRUMP= # the cock of the walk, baby 10 1.1 pooka 11 1.1 pooka .include <bsd.prog.mk> 12