From b364e6474619366e27b7596d928eb2cfd7529462 Mon Sep 17 00:00:00 2001 From: Heather Date: Wed, 19 Feb 2014 09:59:48 +0400 Subject: [PATCH] move tty to UNIX_PROGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 28fc3f22a..d01d750fc 100644 --- a/Makefile +++ b/Makefile @@ -28,13 +28,13 @@ PROGS := \ truncate \ wc \ yes \ - tty \ hostname \ head \ UNIX_PROGS := \ users \ whoami \ + tty \ id ifneq ($(OS),Windows_NT)