mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
implement uname
This commit is contained in:
parent
8c5419bdcd
commit
677caaaec0
4 changed files with 120 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -36,7 +36,8 @@ UNIX_PROGS := \
|
|||
tty \
|
||||
groups \
|
||||
id \
|
||||
uptime
|
||||
uptime \
|
||||
uname
|
||||
|
||||
ifneq ($(OS),Windows_NT)
|
||||
PROGS := $(PROGS) $(UNIX_PROGS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue