Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Nov 2014 13:12:12 +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: r274174 - head/usr.sbin/fifolog/fifolog_reader
Message-ID:  <201411061312.sA6DCCoW047912@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Nov  6 13:12:12 2014
New Revision: 274174
URL: https://svnweb.freebsd.org/changeset/base/274174

Log:
  fifolog_reader does not depend on libutil

Modified:
  head/usr.sbin/fifolog/fifolog_reader/Makefile

Modified: head/usr.sbin/fifolog/fifolog_reader/Makefile
==============================================================================
--- head/usr.sbin/fifolog/fifolog_reader/Makefile	Thu Nov  6 12:19:39 2014	(r274173)
+++ head/usr.sbin/fifolog/fifolog_reader/Makefile	Thu Nov  6 13:12:12 2014	(r274174)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411061312.sA6DCCoW047912>