]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sbin/mount/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sbin / mount / Makefile
1 #       @(#)Makefile    8.6 (Berkeley) 5/8/95
2 # $FreeBSD$
3
4 PROG=   mount
5 SRCS=   mount.c mount_fs.c getmntopts.c vfslist.c
6 MAN=    mount.8 mount.conf.8
7 # We do NOT install the getmntopts.3 man page.
8
9 DPADD=  ${LIBUTIL}
10 LDADD=  -lutil
11
12 .include <bsd.prog.mk>