blob: ed3fb101eecf52d627c79c37237f422a019c690d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ur bin/sh/Makefile bin-flex/sh/Makefile
--- bin/sh/Makefile 2004-03-18 10:55:47 +0000
+++ bin-flex/sh/Makefile 2005-05-05 15:03:29 +0000
@@ -16,7 +16,7 @@
# builtin.1 in share/man/man1/.
DPADD= ${LIBL} ${LIBEDIT} ${LIBTERMCAP}
-LDADD= -ll -ledit -ltermcap
+LDADD= -lfl -ledit -ltermcap
LFLAGS= -8 # 8-bit lex scanner for arithmetic
CFLAGS+=-DSHELL -I. -I${.CURDIR}
|