c2ef0b73df
Add a rudimentary man-page. (I'm no mdoc wizard, feel free to attack my mistakes and blunders)
9 lines
151 B
Makefile
9 lines
151 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= mdconfig
|
|
MAN8= mdconfig.8
|
|
#CFLAGS+= -g -static -Wall
|
|
#MLINKS= mdconfig.8 swapfile.8 mdconfig.8 vnconfig.8
|
|
|
|
.include <bsd.prog.mk>
|