aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/fifolog/fifolog_writer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/fifolog/fifolog_writer/Makefile')
-rw-r--r--usr.sbin/fifolog/fifolog_writer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/fifolog/fifolog_writer/Makefile b/usr.sbin/fifolog/fifolog_writer/Makefile
index b6ceb6312319..9d802c7eb3ee 100644
--- a/usr.sbin/fifolog/fifolog_writer/Makefile
+++ b/usr.sbin/fifolog/fifolog_writer/Makefile
@@ -4,7 +4,7 @@ PROG= fifolog_writer
CFLAGS+= -I${.CURDIR}/../lib
-NO_MAN= # see ../fifolog_create/fifolog.1
+MAN=
DPADD= ${LIBFIFOLOG} ${LIBUTIL} ${LIBZ}
LDADD= ${LIBFIFOLOG} -lutil -lz