aboutsummaryrefslogtreecommitdiff
path: root/sbin/geom/class/journal/Makefile
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2007-02-10 17:59:46 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2007-02-10 17:59:46 +0000
commit2e0f7f9fb00c1999d35e5b663998f67cab10cc03 (patch)
tree5563b721a92ec19d9e2ddfc03a88fa4452105455 /sbin/geom/class/journal/Makefile
parenta1529123d9c83d2a6342b7142c1c369389589121 (diff)
downloadsrc-2e0f7f9fb00c1999d35e5b663998f67cab10cc03.tar.gz
src-2e0f7f9fb00c1999d35e5b663998f67cab10cc03.zip
Forgot to hook up gjournal manual page to the build.
Reminded by: simon, piso
Notes
Notes: svn path=/head/; revision=166626
Diffstat (limited to 'sbin/geom/class/journal/Makefile')
-rw-r--r--sbin/geom/class/journal/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/geom/class/journal/Makefile b/sbin/geom/class/journal/Makefile
index 7469b4c833c7..95f66de2085e 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>