implement uname

This commit is contained in:
joaoxsouls
2014-04-03 01:18:39 +01:00
parent 8c5419bdcd
commit 677caaaec0
4 changed files with 120 additions and 2 deletions
+2 -1
View File
@@ -36,7 +36,8 @@ UNIX_PROGS := \
tty \
groups \
id \
uptime
uptime \
uname
ifneq ($(OS),Windows_NT)
PROGS := $(PROGS) $(UNIX_PROGS)