summaryrefslogtreecommitdiff
path: root/LibC/Makefile
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2018-10-26 14:56:21 +0200
committerAndreas Kling <awesomekling@gmail.com>2018-10-26 14:57:26 +0200
commit1c45b28da6e74aeacace16817e6b7481a547a9e7 (patch)
treece89a53c775f1497362314b9f7d606c160b336b6 /LibC/Makefile
parent384e2f24d41aad4ad42aa6eff7783e924fea98fc (diff)
downloadserenity-1c45b28da6e74aeacace16817e6b7481a547a9e7.zip
Add sys$uname() and a /bin/uname utility.
Diffstat (limited to 'LibC/Makefile')
-rw-r--r--LibC/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/LibC/Makefile b/LibC/Makefile
index c958788553..956e01894a 100644
--- a/LibC/Makefile
+++ b/LibC/Makefile
@@ -7,6 +7,7 @@ OBJS = \
dirent.o \
stdlib.o \
time.o \
+ utsname.o \
entry.o
LIBRARY = LibC.a