99fed7264c
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
10 lines
145 B
Makefile
10 lines
145 B
Makefile
# $NetBSD: Makefile,v 1.2 2008/08/05 20:57:46 pooka Exp $
|
|
#
|
|
|
|
MOUNTNAME= hfs
|
|
|
|
LDADD+= -lrumpfs_hfs
|
|
ISRUMP= # rump roast
|
|
|
|
.include <bsd.prog.mk>
|