diff options
author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2004-08-18 16:41:30 +0000 |
---|---|---|
committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2004-08-18 16:41:30 +0000 |
commit | 925fa96b13301386e60b9f60aa99ddf1b4b8ceea (patch) | |
tree | 80f92cf57af28db5709a27f722b66beaa1c448e1 /sbin/geom/class/raid3/Makefile | |
parent | 7ecd49c463803c8aecec96a6ee944d03087f41a3 (diff) | |
download | src-925fa96b13301386e60b9f60aa99ddf1b4b8ceea.tar.gz src-925fa96b13301386e60b9f60aa99ddf1b4b8ceea.zip |
- Add a manual page for graid3(8) utility.
- Connect it to the build.
- Inform geom(8) about it.
Notes
Notes:
svn path=/head/; revision=133978
Diffstat (limited to 'sbin/geom/class/raid3/Makefile')
-rw-r--r-- | sbin/geom/class/raid3/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/geom/class/raid3/Makefile b/sbin/geom/class/raid3/Makefile index 9843746101fd..1791669dec92 100644 --- a/sbin/geom/class/raid3/Makefile +++ b/sbin/geom/class/raid3/Makefile @@ -4,7 +4,6 @@ CLASS= raid3 -NOMAN= notyet DPADD= ${LIBMD} LDADD= -lmd |