freebsd-dev/sbin/mdmfs/Makefile
Dima Dorfman 4d7de91f9e Introduce mdmfs(8), a wrapper around mdconfig(8), disklabel(8),
newfs(8), and mount(8) that mimics the command line option set of the
deprecated mount_mfs(8).

Approved by:	jkh, phk, -hackers
2001-06-18 23:46:58 +00:00

8 lines
75 B
Makefile

# $FreeBSD$
PROG= mdmfs
MAN= mdmfs.8
WARNS?= 2
.include <bsd.prog.mk>