NetBSD/usr.sbin/puffs/rump_tmpfs/Makefile
pooka 99fed7264c Refactor mount utilities to provide a mount_fs_parseargs() routine.
Use this routine both in mount_fs and rump_fs to provide equivalent
command line parameters and therefore usage interchangeability.
While doing this, combine some common mountgoop to mountprog.h
2008-08-05 20:57:45 +00:00

9 lines
141 B
Makefile

# $NetBSD: Makefile,v 1.2 2008/08/05 20:57:46 pooka Exp $
#
MOUNTNAME= tmpfs
ISRUMP= # the cock of the walk, baby
.include <bsd.prog.mk>