mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 10:29:15 +00:00
51e16cb8fc
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix
18 lines
404 B
Makefile
18 lines
404 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>
|