summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fifolog
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-11-06 13:12:12 +0000
committerbapt <bapt@FreeBSD.org>2014-11-06 13:12:12 +0000
commit8f3d66d3767f46a54deb15c978d5ee6c94f40d67 (patch)
tree8c8b4a1a4485f5ab4d5fc35e07b24b5a74b81f45 /usr.sbin/fifolog
parentb9096df68162dd0215c48bac1d313f1c429c5bd5 (diff)
downloadFreeBSD-src-8f3d66d3767f46a54deb15c978d5ee6c94f40d67.zip
FreeBSD-src-8f3d66d3767f46a54deb15c978d5ee6c94f40d67.tar.gz
fifolog_reader does not depend on libutil
Diffstat (limited to 'usr.sbin/fifolog')
-rw-r--r--usr.sbin/fifolog/fifolog_reader/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/fifolog/fifolog_reader/Makefile b/usr.sbin/fifolog/fifolog_reader/Makefile
index c88f10e..50575a9 100644
--- a/usr.sbin/fifolog/fifolog_reader/Makefile
+++ b/usr.sbin/fifolog/fifolog_reader/Makefile
@@ -6,8 +6,8 @@ CFLAGS+= -I${.CURDIR}/../lib
MAN=
-DPADD= ${LIBFIFOLOG} ${LIBUTIL} ${LIBZ}
-LDADD= ${LIBFIFOLOG} -lutil -lz
+DPADD= ${LIBFIFOLOG} ${LIBZ}
+LDADD= ${LIBFIFOLOG} -lz
regress:
./${PROG} /tmp/fifolog.0
OpenPOWER on IntegriCloud