aboutsummaryrefslogtreecommitdiff
path: root/sbin/gvinum/Makefile
diff options
context:
space:
mode:
authorLukas Ertl <le@FreeBSD.org>2005-11-19 20:26:52 +0000
committerLukas Ertl <le@FreeBSD.org>2005-11-19 20:26:52 +0000
commit8160e983a0def2806e3ccbc6a2438f7a011e6770 (patch)
tree48190ff825de1077283cf7062f9017307ed646f6 /sbin/gvinum/Makefile
parent57335408d4f807b8bc1694ec950a8529ddbe114a (diff)
downloadsrc-8160e983a0def2806e3ccbc6a2438f7a011e6770.tar.gz
src-8160e983a0def2806e3ccbc6a2438f7a011e6770.zip
Finally bring in what was produced during Google SoC 2005:
Add functions to rename objects and to move a subdisk from one drive to another. Add manual page (finally). Bring up-to-date the online help. Obtained from: Chris Jones <chris.jones@ualberta.ca> Sponsored by: Google Summer of Code 2005 MFC in: 1 week
Notes
Notes: svn path=/head/; revision=152616
Diffstat (limited to 'sbin/gvinum/Makefile')
-rw-r--r--sbin/gvinum/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/gvinum/Makefile b/sbin/gvinum/Makefile
index 2e9b7c5c35b2..6d414974dba1 100644
--- a/sbin/gvinum/Makefile
+++ b/sbin/gvinum/Makefile
@@ -2,7 +2,7 @@
PROG= gvinum
SRCS= gvinum.c gvinum.h geom_vinum_share.c
-NO_MAN= # not yet
+MAN= gvinum.8
CFLAGS+= -I${.CURDIR}/../../sys