svn commit: r359269 - head/rescue/rescue

Emmanuel Vadot manu at FreeBSD.org
Tue Mar 24 07:08:04 UTC 2020


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


More information about the svn-src-head mailing list