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