Remove ancient vnconfig symlink

Submitted by:	ak
Approved by:	cperciva
MFC after:	1 week
This commit is contained in:
Eitan Adler 2012-07-07 17:20:27 +00:00
parent d79661b9b8
commit eb5f456981
2 changed files with 2 additions and 1 deletions

View File

@ -38,6 +38,8 @@
# xargs -n1 | sort | uniq -d;
# done
# 20120621: remove old man page
OLD_FILES+=usr/share/man/man8/vnconfig.8.gz
# 20120613: auth.conf removed
OLD_FILES+=etc/auth.conf
OLD_FILES+=usr/share/examples/etc/auth.conf

View File

@ -2,7 +2,6 @@
PROG= mdconfig
MAN= mdconfig.8
MLINKS= mdconfig.8 vnconfig.8
DPADD= ${LIBUTIL} ${LIBGEOM} ${LIBBSDXML} ${LIBSBUF}
LDADD= -lutil -lgeom -lbsdxml -lsbuf