summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2005-01-11 18:18:40 +0000
committerpjd <pjd@FreeBSD.org>2005-01-11 18:18:40 +0000
commit63224016be126dce05458153883aa339136e0ac2 (patch)
tree22dbd57ba07e868dff14b2d260490496b47d7f44 /sbin
parent8d8363ee39b0aaa863e2d66fc53f7875726629dd (diff)
downloadFreeBSD-src-63224016be126dce05458153883aa339136e0ac2.zip
FreeBSD-src-63224016be126dce05458153883aa339136e0ac2.tar.gz
Connect SHSEC GEOM class to the build.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/geom/class/Makefile1
-rw-r--r--sbin/geom/core/geom.81
2 files changed, 2 insertions, 0 deletions
diff --git a/sbin/geom/class/Makefile b/sbin/geom/class/Makefile
index 0fb33b1..84185cf 100644
--- a/sbin/geom/class/Makefile
+++ b/sbin/geom/class/Makefile
@@ -5,6 +5,7 @@ SUBDIR+=label
SUBDIR+=mirror
SUBDIR+=nop
SUBDIR+=raid3
+SUBDIR+=shsec
SUBDIR+=stripe
.include <bsd.subdir.mk>
diff --git a/sbin/geom/core/geom.8 b/sbin/geom/core/geom.8
index a5505fa..f6fda36 100644
--- a/sbin/geom/core/geom.8
+++ b/sbin/geom/core/geom.8
@@ -121,6 +121,7 @@ Exit status is 0 on success, and 1 if the command fails.
.Xr gmirror 8 ,
.Xr gnop 8 ,
.Xr graid3 8 ,
+.Xr gshsec 8
.Xr gstripe 8
.Sh HISTORY
The
OpenPOWER on IntegriCloud