1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57:44 +00:00

implement uname

This commit is contained in:
joaoxsouls 2014-04-02 01:13:07 +01:00
parent 8c5419bdcd
commit 677caaaec0
4 changed files with 120 additions and 2 deletions

View file

@ -36,7 +36,8 @@ UNIX_PROGS := \
tty \
groups \
id \
uptime
uptime \
uname
ifneq ($(OS),Windows_NT)
PROGS := $(PROGS) $(UNIX_PROGS)