NetBSD/sbin/mount_puffs/Makefile
pooka 0f16a0e5f3 Add a generic puffs kernel utility for querying mount arguments.
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
2010-01-14 21:25:48 +00:00

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>