diff options
Diffstat (limited to 'LibC/Makefile')
-rw-r--r-- | LibC/Makefile | 2 |
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) |