1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

who: add entries

This commit is contained in:
Knight 2016-08-11 00:19:26 +08:00
parent 548b58a09e
commit 8c6cd72848
5 changed files with 30 additions and 2 deletions

View file

@ -129,7 +129,8 @@ UNIX_PROGS := \
uname \
unlink \
uptime \
users
users \
who
ifneq ($(OS),Windows_NT)
PROGS := $(PROGS) $(UNIX_PROGS)