mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
Move whoami from UNIX_PROGS to PROGS
This commit is contained in:
parent
3c2ae890c1
commit
d323b9b8b4
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -41,6 +41,7 @@ PROGS := \
|
|||
yes \
|
||||
head \
|
||||
tail \
|
||||
whoami
|
||||
|
||||
UNIX_PROGS := \
|
||||
groups \
|
||||
|
@ -53,8 +54,7 @@ UNIX_PROGS := \
|
|||
tty \
|
||||
uname \
|
||||
uptime \
|
||||
users \
|
||||
whoami
|
||||
users
|
||||
|
||||
ifneq ($(OS),Windows_NT)
|
||||
PROGS := $(PROGS) $(UNIX_PROGS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue