aboutsummaryrefslogtreecommitdiff
path: root/sbin/mdconfig
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-07-07 17:20:27 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-07-07 17:20:27 +0000
commiteb5f456981906fc9d595084ea477f02abc04f5f8 (patch)
tree6bea8f8da6632bef9142d8817c401e2dcf9b9bdb /sbin/mdconfig
parentd79661b9b8434ff345c5c2f09f564919abaca08e (diff)
downloadsrc-eb5f456981906fc9d595084ea477f02abc04f5f8.tar.gz
src-eb5f456981906fc9d595084ea477f02abc04f5f8.zip
Remove ancient vnconfig symlink
Submitted by: ak Approved by: cperciva MFC after: 1 week
Notes
Notes: svn path=/head/; revision=238202
Diffstat (limited to 'sbin/mdconfig')
-rw-r--r--sbin/mdconfig/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/mdconfig/Makefile b/sbin/mdconfig/Makefile
index f4d8adcfde8d..be8b1b556dde 100644
--- a/sbin/mdconfig/Makefile
+++ b/sbin/mdconfig/Makefile
@@ -2,7 +2,6 @@
PROG= mdconfig
MAN= mdconfig.8
-MLINKS= mdconfig.8 vnconfig.8
DPADD= ${LIBUTIL} ${LIBGEOM} ${LIBBSDXML} ${LIBSBUF}
LDADD= -lutil -lgeom -lbsdxml -lsbuf