freebsd-dev/sbin/mdconfig/Makefile
Poul-Henning Kamp c2ef0b73df Improve cmdline parsing and messages.
Add a rudimentary man-page.  (I'm no mdoc wizard, feel free to attack my
mistakes and blunders)
2000-12-31 11:20:49 +00:00

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>