aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2005-01-11 18:18:40 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2005-01-11 18:18:40 +0000
commit560cb85703f3de0a4dfa15244981d696d30b4ff0 (patch)
tree22dbd57ba07e868dff14b2d260490496b47d7f44 /sbin
parent080361d6b82291055f777c421f01b6d4dad4858b (diff)
downloadsrc-560cb85703f3de0a4dfa15244981d696d30b4ff0.tar.gz
src-560cb85703f3de0a4dfa15244981d696d30b4ff0.zip
Connect SHSEC GEOM class to the build.
Notes
Notes: svn path=/head/; revision=140075
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 0fb33b1566fb..84185cfce190 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 a5505faae98f..f6fda365e7df 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