2016-02-09 21:19:31 +01:00
|
|
|
PACKAGE=runtime
|
1994-05-26 08:35:07 +02:00
|
|
|
PROG= mount
|
2005-11-24 00:22:56 +01:00
|
|
|
SRCS= mount.c mount_fs.c getmntopts.c vfslist.c
|
2023-01-15 19:20:48 +01:00
|
|
|
MAN= mntopts.3 mount.8
|
|
|
|
MLINKS+= mntopts.3 getmntopts.3
|
|
|
|
MLINKS+= mntopts.3 getmntpoint.3
|
|
|
|
MLINKS+= mntopts.3 chkdoreload.3
|
|
|
|
MLINKS+= mntopts.3 build_iovec.3
|
|
|
|
MLINKS+= mntopts.3 build_iovec_argf.3
|
|
|
|
MLINKS+= mntopts.3 free_iovec.3
|
|
|
|
MLINKS+= mntopts.3 checkpath.3
|
|
|
|
MLINKS+= mntopts.3 rmslashes.3
|
1994-05-26 08:35:07 +02:00
|
|
|
|
2021-09-23 22:51:30 +02:00
|
|
|
LIBADD= util xo
|
2007-02-03 00:58:10 +01:00
|
|
|
|
1994-05-26 08:35:07 +02:00
|
|
|
.include <bsd.prog.mk>
|