bsdbox: remove useless linking against libl

All is good without it; just remove it.

Requested by:	bapt
This commit is contained in:
kevans 2020-03-23 14:53:55 +00:00
parent 07e10278e3
commit d304f41048

View File

@ -57,7 +57,7 @@ CRUNCH_SRCDIRS+= bin
# statically - and that ends very badly. # statically - and that ends very badly.
CRUNCH_SHLIBS+= -lc -lutil -lcrypt -lxo -lgpio CRUNCH_SHLIBS+= -lc -lutil -lcrypt -lxo -lgpio
CRUNCH_LIBS+= -lkvm -lmemstat -lnetgraph CRUNCH_LIBS+= -lkvm -lmemstat -lnetgraph
CRUNCH_LIBS+= -lcrypt -ledit -ll -ltermcapw CRUNCH_LIBS+= -lcrypt -ledit -ltermcapw
################################################################### ###################################################################
# Programs from standard /sbin # Programs from standard /sbin