summaryrefslogtreecommitdiffstats
path: root/sbin/mdconfig/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-12-28 20:57:57 +0000
committerphk <phk@FreeBSD.org>2000-12-28 20:57:57 +0000
commit4728b0144a044e15a78b3dda4faed46459a31f63 (patch)
tree07322ba8b0db97339750f6536752e804b896a461 /sbin/mdconfig/Makefile
parentdec1690e30cd9ad27fc0877094e0a20dd23a8c82 (diff)
downloadFreeBSD-src-4728b0144a044e15a78b3dda4faed46459a31f63.zip
FreeBSD-src-4728b0144a044e15a78b3dda4faed46459a31f63.tar.gz
Preliminary scaffolding for the new integrated vn+md device driver.
I decided to work on the md(4) driver and integrate the vn(4) functionality into it mainly based on the name being more suitable. Ideally 'vd' as in "virtual disk" would probably be the most logical but our sound-master pointed out that this would cause uncontrollable fits of giggles in the brits. Another complication would the needed changes to the ramdisk boot/root functionality. The vn driver will stay around for some time after I complete this merge for transition reasons, and I'll make it whine to people that they should migrate to the md(4) driver for some time before it dies. The kernel part of the new md(4) driver will be committed after more testing.
Diffstat (limited to 'sbin/mdconfig/Makefile')
-rw-r--r--sbin/mdconfig/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/sbin/mdconfig/Makefile b/sbin/mdconfig/Makefile
new file mode 100644
index 0000000..2232153
--- /dev/null
+++ b/sbin/mdconfig/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+PROG= mdconfig
+#MAN8= mdconfig.8
+#CFLAGS+= -g -static -Wall
+#MLINKS= mdconfig.8 swapfile.8 mdconfig.8 vnconfig.8
+NOMAN= not_yet
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud