summaryrefslogtreecommitdiffstats
path: root/sbin/mdconfig/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 /sbin/mdconfig/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 'sbin/mdconfig/Makefile')
-rw-r--r--sbin/mdconfig/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/mdconfig/Makefile b/sbin/mdconfig/Makefile
index 38fa2ca..ebd8237 100644
--- a/sbin/mdconfig/Makefile
+++ b/sbin/mdconfig/Makefile
@@ -2,7 +2,6 @@
PROG= mdconfig
MAN8= mdconfig.8
-#CFLAGS+= -g -static -Wall
-#MLINKS= mdconfig.8 swapfile.8 mdconfig.8 vnconfig.8
+MLINKS= mdconfig.8 vnconfig.8
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud