Poul-Henning Kamp e10469fef8 Make md(4) and mdconfig(8) take over the role of vn(4) and vnconfig(8)
entirely as previously advertised.

md(4) adopted all assets of vn(4) some time back and has proper devfs
support and cloning abilities to boot.
2001-03-09 20:09:28 +00:00

8 lines
102 B
Makefile

# $FreeBSD$
PROG= mdconfig
MAN8= mdconfig.8
MLINKS= mdconfig.8 vnconfig.8
.include <bsd.prog.mk>