geom_lvm(4) is now known as geom_linux_lvm(4).

This commit is contained in:
Andrew Thompson 2008-02-20 11:32:12 +00:00
parent b61033d925
commit 00620931e1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=176422
2 changed files with 2 additions and 8 deletions

View File

@ -14,6 +14,8 @@
# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
#
# 20080220: geom_lvm rename to geom_linux_lvm
OLD_FILES+=usr/share/man/man4/geom_lvm.4.gz
# 20080126: oldcard.4 removal
OLD_FILES+=usr/share/man/man4/card.4.gz
OLD_FILES+=usr/share/man/man4/oldcard.4.gz

View File

@ -1,8 +0,0 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../../geom/lvm
KMOD= geom_lvm
SRCS= g_lvm.c
.include <bsd.kmod.mk>