]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/mdmfs/Makefile
Merge ^/vendor/llvm-project/release-10.x up to its last change (upstream
[FreeBSD/FreeBSD.git] / sbin / mdmfs / Makefile
1 # $FreeBSD$
2
3 PACKAGE=runtime
4 PROG=           mdmfs
5 LINKS=          ${BINDIR}/${PROG} ${BINDIR}/mount_mfs
6 MAN=            mdmfs.8
7 MLINKS+=        mdmfs.8 mount_mfs.8
8
9 .include <bsd.prog.mk>