From fdb8a8b2d8e5be6c05573b884c7e7ccf8b547157 Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Fri, 20 Aug 1999 16:21:43 +0000 Subject: Merged with HEAD from 8/18 or so. --- pr/src/md/unix/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pr/src/md/unix/Makefile b/pr/src/md/unix/Makefile index aed65a70..b38c9e6a 100644 --- a/pr/src/md/unix/Makefile +++ b/pr/src/md/unix/Makefile @@ -126,6 +126,10 @@ QNX_CSRCS = \ qnx.c \ $(NULL) +NTO_CSRCS = \ + nto.c \ + $(NULL) + ifeq ($(PTHREADS_USER),1) CSRCS += $(PTH_USER_CSRCS) endif @@ -197,8 +201,12 @@ ifeq ($(OS_ARCH),DGUX) CSRCS += $(DGUX_CSRCS) endif ifeq ($(OS_ARCH),QNX) +ifeq ($(OS_TARGET),NTO) +CSRCS += $(NTO_CSRCS) +else CSRCS += $(QNX_CSRCS) endif +endif # # Some Unix platforms have an assembly language file. -- cgit v1.2.1