1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

move tty to UNIX_PROGS

This commit is contained in:
Heather 2014-02-19 09:59:48 +04:00
parent 7e95703d61
commit b364e64746

View file

@ -28,13 +28,13 @@ PROGS := \
truncate \
wc \
yes \
tty \
hostname \
head \
UNIX_PROGS := \
users \
whoami \
tty \
id
ifneq ($(OS),Windows_NT)