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