diff options
author | thompsa <thompsa@FreeBSD.org> | 2008-02-11 03:10:40 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2008-02-11 03:10:40 +0000 |
commit | c2724541ae52f5f1da086cfb6514dd52e8341d8d (patch) | |
tree | d4aac71239717bc4ac8d7e78dee9aa3fecc2eabd /share | |
parent | 1d945b74ccfbd1ea9e6f18b3ec3688b765f648a6 (diff) | |
download | FreeBSD-src-c2724541ae52f5f1da086cfb6514dd52e8341d8d.zip FreeBSD-src-c2724541ae52f5f1da086cfb6514dd52e8341d8d.tar.gz |
Hook geom_lvm(4) up to the build.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index d7f2081..abfd78e 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -94,6 +94,7 @@ MAN= aac.4 \ gem.4 \ geom.4 \ geom_fox.4 \ + geom_lvm.4 \ geom_uzip.4 \ gif.4 \ gre.4 \ |