summaryrefslogtreecommitdiff
path: root/LibC/Makefile
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2018-11-05 18:16:00 +0100
committerAndreas Kling <awesomekling@gmail.com>2018-11-05 18:21:42 +0100
commit82f84bab114e8fb1651041ed1ccff4c30d267f19 (patch)
tree6267310714f6b360146974c0e1cdf4b63829303c /LibC/Makefile
parente76312ab63e5a0e180a372ca36fd6590fad6f8fd (diff)
downloadserenity-82f84bab114e8fb1651041ed1ccff4c30d267f19.zip
More random compat hacking towards getting bash to build.
I'm now at the build stage where it complains about a bajillion missing symbols. This is a good place to be!
Diffstat (limited to 'LibC/Makefile')
-rw-r--r--LibC/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/LibC/Makefile b/LibC/Makefile
index 360a1ab65c..a0036d427b 100644
--- a/LibC/Makefile
+++ b/LibC/Makefile
@@ -21,6 +21,8 @@ LIBC_OBJS = \
scanf.o \
pwd.o \
times.o \
+ termcap.o \
+ setjmp.o \
entry.o
OBJS = $(AK_OBJS) $(LIBC_OBJS)