1
Fork 0
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:
Arcterus 2014-06-15 13:41:23 -07:00
parent 3c2ae890c1
commit d323b9b8b4

View file

@ -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)