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