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