xref: /freebsd/sbin/mount/Makefile (revision 0c43d89a0d8e976ca494d4837f4c1f3734d2c300)
1#	@(#)Makefile	8.5 (Berkeley) 3/27/94
2
3PROG=	mount
4SRCS=	mount.c mount_ufs.c getmntopts.c
5MAN8=	mount.8
6# We do NOT install the getmntopts.3 man page.
7
8.include <bsd.prog.mk>
9