mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 10:19:26 +00:00
7 lines
64 B
Makefile
7 lines
64 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PROG= mdmfs
|
||
|
MAN= mdmfs.8
|
||
|
|
||
|
.include <bsd.prog.mk>
|