]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/mdmfs/Makefile
kern: cpuset: allow jails to modify child jails' roots
[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>