diff options
author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2005-01-11 18:18:40 +0000 |
---|---|---|
committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2005-01-11 18:18:40 +0000 |
commit | 560cb85703f3de0a4dfa15244981d696d30b4ff0 (patch) | |
tree | 22dbd57ba07e868dff14b2d260490496b47d7f44 /sbin | |
parent | 080361d6b82291055f777c421f01b6d4dad4858b (diff) | |
download | src-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/Makefile | 1 | ||||
-rw-r--r-- | sbin/geom/core/geom.8 | 1 |
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 |