Deleted Added
full compact
Makefile (50476) Makefile (74531)
1# @(#)Makefile 8.6 (Berkeley) 5/8/95
1# @(#)Makefile 8.6 (Berkeley) 5/8/95
2# $FreeBSD: head/sbin/mount/Makefile 50476 1999-08-28 00:22:10Z peter $
2# $FreeBSD: head/sbin/mount/Makefile 74531 2001-03-20 18:13:31Z ru $
3
4PROG= mount
5SRCS= mount.c mount_ufs.c getmntopts.c vfslist.c
3
4PROG= mount
5SRCS= mount.c mount_ufs.c getmntopts.c vfslist.c
6MAN8= mount.8
7# We do NOT install the getmntopts.3 man page.
8
9.include <bsd.prog.mk>
6# We do NOT install the getmntopts.3 man page.
7
8.include <bsd.prog.mk>