4d7de91f9e
newfs(8), and mount(8) that mimics the command line option set of the deprecated mount_mfs(8). Approved by: jkh, phk, -hackers
8 lines
75 B
Makefile
8 lines
75 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= mdmfs
|
|
MAN= mdmfs.8
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|