1PACKAGE=runtime 2PROG= mount 3SRCS= mount.c mount_fs.c vfslist.c 4MAN= mount.8 5 6LIBADD= util xo 7 8.include <bsd.prog.mk> 9