summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vnconfig/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2001-03-09 20:09:28 +0000
committerphk <phk@FreeBSD.org>2001-03-09 20:09:28 +0000
commit553d1d6989f2adecf3c4cf0385b10a4ea9967bfb (patch)
treea96b1fbe96fdc152f2b79d72d268b37bd7ffc21a /usr.sbin/vnconfig/Makefile
parent54384d998a621329ef58a23ff0bb1031122849c0 (diff)
downloadFreeBSD-src-553d1d6989f2adecf3c4cf0385b10a4ea9967bfb.zip
FreeBSD-src-553d1d6989f2adecf3c4cf0385b10a4ea9967bfb.tar.gz
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.
Diffstat (limited to 'usr.sbin/vnconfig/Makefile')
-rw-r--r--usr.sbin/vnconfig/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/vnconfig/Makefile b/usr.sbin/vnconfig/Makefile
index 72e5627..5f80f85 100644
--- a/usr.sbin/vnconfig/Makefile
+++ b/usr.sbin/vnconfig/Makefile
@@ -1,7 +1,6 @@
# $FreeBSD$
PROG= vnconfig
-MAN8= vnconfig.8
-MLINKS= vnconfig.8 swapfile.8
+NOMAN= "mdconfig supplies manpage"
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud