svn commit: r359243 - head/tools/bsdbox

Kyle Evans kevans at FreeBSD.org
Mon Mar 23 14:53:56 UTC 2020


Author: kevans
Date: Mon Mar 23 14:53:55 2020
New Revision: 359243
URL: https://svnweb.freebsd.org/changeset/base/359243

Log:
  bsdbox: remove useless linking against libl
  
  All is good without it; just remove it.
  
  Requested by:	bapt

Modified:
  head/tools/bsdbox/Makefile

Modified: head/tools/bsdbox/Makefile
==============================================================================
--- head/tools/bsdbox/Makefile	Mon Mar 23 14:44:23 2020	(r359242)
+++ head/tools/bsdbox/Makefile	Mon Mar 23 14:53:55 2020	(r359243)
@@ -57,7 +57,7 @@ CRUNCH_SRCDIRS+= bin
 # statically - and that ends very badly.
 CRUNCH_SHLIBS+=	-lc -lutil -lcrypt -lxo -lgpio
 CRUNCH_LIBS+= -lkvm -lmemstat -lnetgraph
-CRUNCH_LIBS+= -lcrypt -ledit -ll -ltermcapw
+CRUNCH_LIBS+= -lcrypt -ledit -ltermcapw
 
 ###################################################################
 # Programs from standard /sbin


More information about the svn-src-head mailing list