svn commit: r359270 - head/usr.sbin/auditdistd
Emmanuel Vadot
manu at FreeBSD.org
Tue Mar 24 07:08:44 UTC 2020
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
More information about the svn-src-all
mailing list