summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-06-15 17:31:35 +0000
committerpjd <pjd@FreeBSD.org>2004-06-15 17:31:35 +0000
commitbaa68ba11e239baa9617fac6c8b4f0e40e92dfb6 (patch)
treec3703db2d2ed85c035885c44c1004ef01ff3d896
parentdef38ca92f6d24b9c5dd23d34f6854c0aa05fbb4 (diff)
downloadFreeBSD-src-baa68ba11e239baa9617fac6c8b4f0e40e92dfb6.zip
FreeBSD-src-baa68ba11e239baa9617fac6c8b4f0e40e92dfb6.tar.gz
Connect geom(8) to the build.
Reminded by: des
-rw-r--r--sbin/geom/core/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/geom/core/Makefile b/sbin/geom/core/Makefile
index 9c920dd..053dbd0 100644
--- a/sbin/geom/core/Makefile
+++ b/sbin/geom/core/Makefile
@@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/../misc
PROG= geom
-NOMAN= notyet
+MAN= geom.8
SRCS= geom.c subr.c
CFLAGS+= -DCLASSDIR=\"${CLASSDIR}\"
OpenPOWER on IntegriCloud