mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +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 \
|
yes \
|
||||||
head \
|
head \
|
||||||
tail \
|
tail \
|
||||||
|
whoami
|
||||||
|
|
||||||
UNIX_PROGS := \
|
UNIX_PROGS := \
|
||||||
groups \
|
groups \
|
||||||
|
@ -53,8 +54,7 @@ UNIX_PROGS := \
|
||||||
tty \
|
tty \
|
||||||
uname \
|
uname \
|
||||||
uptime \
|
uptime \
|
||||||
users \
|
users
|
||||||
whoami
|
|
||||||
|
|
||||||
ifneq ($(OS),Windows_NT)
|
ifneq ($(OS),Windows_NT)
|
||||||
PROGS := $(PROGS) $(UNIX_PROGS)
|
PROGS := $(PROGS) $(UNIX_PROGS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue