mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +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 \
|
truncate \
|
||||||
wc \
|
wc \
|
||||||
yes \
|
yes \
|
||||||
tty \
|
|
||||||
hostname \
|
hostname \
|
||||||
head \
|
head \
|
||||||
|
|
||||||
UNIX_PROGS := \
|
UNIX_PROGS := \
|
||||||
users \
|
users \
|
||||||
whoami \
|
whoami \
|
||||||
|
tty \
|
||||||
id
|
id
|
||||||
|
|
||||||
ifneq ($(OS),Windows_NT)
|
ifneq ($(OS),Windows_NT)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue