xref: /original-bsd/sbin/mount/Makefile (revision b3c06cab)
1#	@(#)Makefile	8.6 (Berkeley) 05/08/95
2
3PROG=	mount
4SRCS=	mount.c mount_ufs.c getmntopts.c vfslist.c
5MAN8=	mount.0
6# We do NOT install the getmntopts.3 man page.
7
8.include <bsd.prog.mk>
9