Add support for mounting single files in nullfs
[freebsd.git] / sbin / mount / Makefile
1 #       @(#)Makefile    8.6 (Berkeley) 5/8/95
2 # $FreeBSD$
3
4 PACKAGE=runtime
5 PROG=   mount
6 SRCS=   mount.c mount_fs.c getmntopts.c vfslist.c
7 MAN=    mount.8
8 # We do NOT install the getmntopts.3 man page.
9
10 LIBADD= util xo
11
12 .include <bsd.prog.mk>