From 2ba862edab3a4109229e1bc4ac8e995fd7e613fc Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Fri, 19 May 1995 04:17:09 +0000 Subject: [PATCH] compile with -DNO_USLEEP --- chat/Makefile.ultrix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chat/Makefile.ultrix b/chat/Makefile.ultrix index 7f8c95b..e6a3ef3 100644 --- a/chat/Makefile.ultrix +++ b/chat/Makefile.ultrix @@ -2,6 +2,8 @@ # Makefile for chat with ultrix # +CFLAGS = -DNO_USLEEP + all: chat chat: chat.o -- 2.39.2