Date: Thu, 6 Nov 2014 13:13:47 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r274176 - head/usr.sbin/fifolog/fifolog_writer Message-ID: <201411061313.sA6DDlq1048319@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Nov 6 13:13:47 2014 New Revision: 274176 URL: https://svnweb.freebsd.org/changeset/base/274176 Log: fifolog_writer does not depend on libutil Modified: head/usr.sbin/fifolog/fifolog_writer/Makefile Modified: head/usr.sbin/fifolog/fifolog_writer/Makefile ============================================================================== --- head/usr.sbin/fifolog/fifolog_writer/Makefile Thu Nov 6 13:13:09 2014 (r274175) +++ head/usr.sbin/fifolog/fifolog_writer/Makefile Thu Nov 6 13:13:47 2014 (r274176) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411061313.sA6DDlq1048319>