Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2011-12-10 14:41:30 +0400
committerJunio C Hamano <gitster@pobox.com>2011-12-13 04:09:39 +0400
commit3f3a9701aeb1743a3eaedec8791afba67419961c (patch)
tree1bf80c62822418faf1a2c12a6caa9bab4dc6f3b0 /Makefile
parent9b4b894601a484bec4132f0201c55a7a0d29eab3 (diff)
Makefile: OS X has /dev/tty
We can use our enhanced getpass(). Tested by me. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a09da748f7..4449cc8f7d 100644
--- a/Makefile
+++ b/Makefile
@@ -898,6 +898,7 @@ ifeq ($(uname_S),Darwin)
endif
NO_MEMMEM = YesPlease
USE_ST_TIMESPEC = YesPlease
+ HAVE_DEV_TTY = YesPlease
endif
ifeq ($(uname_S),SunOS)
NEEDS_SOCKET = YesPlease