mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-21 18:50:50 +01:00
e9ac41698b
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
17 lines
403 B
Makefile
17 lines
403 B
Makefile
PACKAGE=runtime
|
|
PROG= mount
|
|
SRCS= mount.c mount_fs.c getmntopts.c vfslist.c
|
|
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
|
|
|
|
LIBADD= util xo
|
|
|
|
.include <bsd.prog.mk>
|