mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
move tty to UNIX_PROGS
This commit is contained in:
parent
7e95703d61
commit
b364e64746
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -28,13 +28,13 @@ PROGS := \
|
|||
truncate \
|
||||
wc \
|
||||
yes \
|
||||
tty \
|
||||
hostname \
|
||||
head \
|
||||
|
||||
UNIX_PROGS := \
|
||||
users \
|
||||
whoami \
|
||||
tty \
|
||||
id
|
||||
|
||||
ifneq ($(OS),Windows_NT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue