From 3e37f54ed16e5df74b587312560d89a51978074a Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Wed, 25 Mar 1998 03:18:32 +0000 Subject: [PATCH] moved libposix under NeXT --- chat/Makefile.NeXT | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chat/Makefile.NeXT b/chat/Makefile.NeXT index 92a1916..4cf9741 100644 --- a/chat/Makefile.NeXT +++ b/chat/Makefile.NeXT @@ -1,7 +1,7 @@ # # Makefile for chat on NeXTs # -# $Id: Makefile.NeXT,v 1.3 1998/03/24 23:57:45 paulus Exp $ +# $Id: Makefile.NeXT,v 1.4 1998/03/25 03:18:32 paulus Exp $ # ARCHFLAGS = @@ -12,7 +12,7 @@ CFLAGS= -O -D_POSIX_SOURCE $(ARCHFLAGS) SRCS = chat.c OBJS = chat.o -LIBS = ../libposix/libposix.o +LIBS = ../NeXT/libposix/libposix.o MANPAGES = chat.8 -- 2.39.2