Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Mar 2020 07:08:40 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r359270 - head/usr.sbin/auditdistd
Message-ID:  <202003240708.02O78elF002737@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: manu
Date: Tue Mar 24 07:08:39 2020
New Revision: 359270
URL: https://svnweb.freebsd.org/changeset/base/359270

Log:
  auditdistd: Remove useless linking with libl

Modified:
  head/usr.sbin/auditdistd/Makefile

Modified: head/usr.sbin/auditdistd/Makefile
==============================================================================
--- head/usr.sbin/auditdistd/Makefile	Tue Mar 24 07:08:02 2020	(r359269)
+++ head/usr.sbin/auditdistd/Makefile	Tue Mar 24 07:08:39 2020	(r359270)
@@ -21,7 +21,7 @@ SRCS+=	sandbox.c sender.c subr.c
 SRCS+=	token.l trail.c
 MAN=	auditdistd.8 auditdistd.conf.5
 
-LIBADD+=	l pthread util crypto ssl
+LIBADD+=	pthread util crypto ssl
 
 YFLAGS+=-v
 



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