diff options
author | pjd <pjd@FreeBSD.org> | 2007-02-10 17:59:46 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2007-02-10 17:59:46 +0000 |
commit | cde10fcea6b483eec7aedd003e6c0bffe39b1d12 (patch) | |
tree | 5563b721a92ec19d9e2ddfc03a88fa4452105455 /sbin | |
parent | 6d577fa55407c321412efd308d26356c6f30053f (diff) | |
download | FreeBSD-src-cde10fcea6b483eec7aedd003e6c0bffe39b1d12.zip FreeBSD-src-cde10fcea6b483eec7aedd003e6c0bffe39b1d12.tar.gz |
Forgot to hook up gjournal manual page to the build.
Reminded by: simon, piso
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/geom/class/journal/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/geom/class/journal/Makefile b/sbin/geom/class/journal/Makefile index 7469b4c..95f66de 100644 --- a/sbin/geom/class/journal/Makefile +++ b/sbin/geom/class/journal/Makefile @@ -8,7 +8,6 @@ SRCS+= geom_journal_ufs.c DPADD= ${LIBMD} ${LIBUFS} LDADD= -lmd -lufs -NO_MAN= CFLAGS+=-I${.CURDIR}/../../../../sys .include <bsd.lib.mk> |