rescue: Remove useless linking with libl

This commit is contained in:
Emmanuel Vadot 2020-03-24 07:08:02 +00:00
parent 7dc05244c5
commit 118eb647f9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=359269

View File

@ -55,7 +55,7 @@ CRUNCH_PROGS_bin= cat chflags chio chmod cp date dd df echo \
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