freebsd-dev/usr.sbin/vnconfig/Makefile
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

7 lines
89 B
Makefile

# $FreeBSD$
PROG= vnconfig
NOMAN= "mdconfig supplies manpage"
.include <bsd.prog.mk>