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
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to