1# $FreeBSD$
2
3PROG=		mdmfs
4LINKS=		${BINDIR}/${PROG} ${BINDIR}/mount_mfs
5MAN=		mdmfs.8
6MLINKS+=	mdmfs.8 mount_mfs.8
7
8.include <bsd.prog.mk>
9