0f16a0e5f3
E.g.: golem> dtfs -r 'chr 15 25' dtfs /puffs golem> mount_puffs -o getargs dtfs /puffs version=26, flags=0x10, root cookie=0xbb90c0c0, root type=VCHR, root size=0, root rdev=0xf19
12 lines
158 B
Makefile
12 lines
158 B
Makefile
# $NetBSD: Makefile,v 1.1 2010/01/14 21:25:48 pooka Exp $
|
|
#
|
|
|
|
PROG= mount_puffs
|
|
|
|
DPADD+= ${LIBUTIL}
|
|
LDADD+= -lutil
|
|
|
|
MAN= mount_puffs.8
|
|
|
|
.include <bsd.prog.mk>
|