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