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