#	@(#)Makefile	8.2 (Berkeley) 3/27/94
#	$FreeBSD: src/sbin/mount_std/Makefile,v 1.4.6.5 2003/02/10 12:21:07 des Exp $

PROG=	mount_std
MAN=	mount_std.8
MLINKS=	mount_std.8 mount_procfs.8

LDADD=	-lutil
DPADD=	${LIBUTIL}

LINKS=	${BINDIR}/mount_std ${BINDIR}/mount_procfs

.include <bsd.prog.mk>