1
2PACKAGE=runtime
3PROG=	mount
4SRCS=	mount.c mount_fs.c getmntopts.c vfslist.c
5MAN=	mntopts.3 mount.8
6MLINKS+= mntopts.3 getmntopts.3
7MLINKS+= mntopts.3 getmntpoint.3
8MLINKS+= mntopts.3 chkdoreload.3
9MLINKS+= mntopts.3 build_iovec.3
10MLINKS+= mntopts.3 build_iovec_argf.3
11MLINKS+= mntopts.3 free_iovec.3
12MLINKS+= mntopts.3 checkpath.3
13MLINKS+= mntopts.3 rmslashes.3
14
15LIBADD=	util xo
16
17.include <bsd.prog.mk>
18