Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Mar 2020 07:08:03 +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: r359269 - head/rescue/rescue
Message-ID:  <202003240708.02O783RU002670@repo.freebsd.org>

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

Log:
  rescue: Remove useless linking with libl

Modified:
  head/rescue/rescue/Makefile

Modified: head/rescue/rescue/Makefile
==============================================================================
--- head/rescue/rescue/Makefile	Tue Mar 24 01:29:18 2020	(r359268)
+++ head/rescue/rescue/Makefile	Tue Mar 24 07:08:02 2020	(r359269)
@@ -55,7 +55,7 @@ CRUNCH_PROGS_bin= cat chflags chio chmod cp date dd df
 	 ed expr getfacl hostname kenv kill ln ls mkdir mv	\
 	 pkill ps pwd realpath rm rmdir setfacl sh sleep stty	\
 	 sync test
-CRUNCH_LIBS+= -lcrypt -ledit -ljail -lkvm -lelf -ll -ltermcapw -lutil -lxo
+CRUNCH_LIBS+= -lcrypt -ledit -ljail -lkvm -lelf -ltermcapw -lutil -lxo
 CRUNCH_BUILDTOOLS+= bin/sh
 
 # Additional options for specific programs



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