xref: /dragonfly/sbin/mount/Makefile (revision 1de703da)
1#	@(#)Makefile	8.6 (Berkeley) 5/8/95
2# $FreeBSD: src/sbin/mount/Makefile,v 1.9.2.1 2001/04/25 10:58:33 ru Exp $
3# $DragonFly: src/sbin/mount/Makefile,v 1.2 2003/06/17 04:27:33 dillon Exp $
4
5PROG=	mount
6SRCS=	mount.c mount_ufs.c getmntopts.c vfslist.c
7MAN=	mount.8
8# We do NOT install the getmntopts.3 man page.
9
10.include <bsd.prog.mk>
11