Deleted Added
full compact
Makefile (151044) Makefile (152344)
1# @(#)Makefile 8.6 (Berkeley) 5/8/95
1# @(#)Makefile 8.6 (Berkeley) 5/8/95
2# $FreeBSD: head/sbin/mount/Makefile 151044 2005-10-07 02:22:48Z rodrigc $
2# $FreeBSD: head/sbin/mount/Makefile 152344 2005-11-12 20:12:56Z rodrigc $
3
4PROG= mount
3
4PROG= mount
5SRCS= mount.c mount_ufs.c getmntopts.c vfslist.c
6WARNS?= 3
5SRCS= mount.c mount_fs.c mount_ufs.c getmntopts.c vfslist.c
6WARNS?= 6
7MAN= mount.8
8# We do NOT install the getmntopts.3 man page.
9
10.include <bsd.prog.mk>
7MAN= mount.8
8# We do NOT install the getmntopts.3 man page.
9
10.include <bsd.prog.mk>