mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
newfs(8), and mount(8) that mimics the command line option set of the deprecated mount_mfs(8). Approved by: jkh, phk, -hackers
7 lines
75 B
Makefile
7 lines
75 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= mdmfs
|
|
MAN= mdmfs.8
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|