diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-03-09 20:09:28 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-03-09 20:09:28 +0000 |
commit | e10469fef8b9028b46469e6b9f30d3dec9f55c32 (patch) | |
tree | 46aada879b939ab3ba77d1a5c6811188e5541585 /sbin/mdconfig/Makefile | |
parent | a30d010c86ba2530bb9d2b8392634436c0a95069 (diff) | |
download | src-e10469fef8b9028b46469e6b9f30d3dec9f55c32.tar.gz src-e10469fef8b9028b46469e6b9f30d3dec9f55c32.zip |
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.
Notes
Notes:
svn path=/head/; revision=74047
Diffstat (limited to 'sbin/mdconfig/Makefile')
-rw-r--r-- | sbin/mdconfig/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/mdconfig/Makefile b/sbin/mdconfig/Makefile index 38fa2cab30dc..ebd82378b777 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> |