]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/mount/Makefile
libfido2: update to 1.10.0
[FreeBSD/FreeBSD.git] / sbin / mount / Makefile
1 #       @(#)Makefile    8.6 (Berkeley) 5/8/95
2 # $FreeBSD$
3
4 PACKAGE=runtime
5 PROG=   mount
6 SRCS=   mount.c mount_fs.c getmntopts.c vfslist.c
7 MAN=    mntopts.3 mount.8
8 MLINKS+= mntopts.3 getmntopts.3
9 MLINKS+= mntopts.3 getmntpoint.3
10 MLINKS+= mntopts.3 chkdoreload.3
11 MLINKS+= mntopts.3 build_iovec.3
12 MLINKS+= mntopts.3 build_iovec_argf.3
13 MLINKS+= mntopts.3 free_iovec.3
14 MLINKS+= mntopts.3 checkpath.3
15 MLINKS+= mntopts.3 rmslashes.3
16
17 LIBADD= util xo
18
19 .include <bsd.prog.mk>