summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fifolog
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-11-06 13:13:47 +0000
committerbapt <bapt@FreeBSD.org>2014-11-06 13:13:47 +0000
commitcb2018accf478dc948ea9bf13f44701f10383ca4 (patch)
treece701ada4d1f8fe74f053b18987391cdf8c82492 /usr.sbin/fifolog
parent11af63037f17d7b85036d03dc07687f77171b4b2 (diff)
downloadFreeBSD-src-cb2018accf478dc948ea9bf13f44701f10383ca4.zip
FreeBSD-src-cb2018accf478dc948ea9bf13f44701f10383ca4.tar.gz
fifolog_writer does not depend on libutil
Diffstat (limited to 'usr.sbin/fifolog')
-rw-r--r--usr.sbin/fifolog/fifolog_writer/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/fifolog/fifolog_writer/Makefile b/usr.sbin/fifolog/fifolog_writer/Makefile
index 9d802c7..9806ec7 100644
--- a/usr.sbin/fifolog/fifolog_writer/Makefile
+++ b/usr.sbin/fifolog/fifolog_writer/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:
date | ./${PROG} -z 0 /tmp/fifolog.0
OpenPOWER on IntegriCloud