diff options
author | Andreas Kling <awesomekling@gmail.com> | 2018-10-26 14:56:21 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2018-10-26 14:57:26 +0200 |
commit | 1c45b28da6e74aeacace16817e6b7481a547a9e7 (patch) | |
tree | ce89a53c775f1497362314b9f7d606c160b336b6 /LibC/Makefile | |
parent | 384e2f24d41aad4ad42aa6eff7783e924fea98fc (diff) | |
download | serenity-1c45b28da6e74aeacace16817e6b7481a547a9e7.zip |
Add sys$uname() and a /bin/uname utility.
Diffstat (limited to 'LibC/Makefile')
-rw-r--r-- | LibC/Makefile | 1 |
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 |