Merge commit 'brent/master'
[freebsd-src/fkvm-freebsd.git] / sbin / mdmfs / Makefile
blob1ef70845426753d0fe2c87f7007db0aa50d408f7
1 # $FreeBSD$
3 PROG= mdmfs
4 LINKS= ${BINDIR}/${PROG} ${BINDIR}/mount_mfs
5 MAN= mdmfs.8
6 MLINKS+= mdmfs.8 mount_mfs.8
7 WARNS?= 6
9 .include <bsd.prog.mk>