summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcls%seawood.org <devnull@localhost>1999-08-20 16:21:43 +0000
committercls%seawood.org <devnull@localhost>1999-08-20 16:21:43 +0000
commitfdb8a8b2d8e5be6c05573b884c7e7ccf8b547157 (patch)
tree8fada277a282400a7340831490e8ca79322a8d67
parentc012749249966a0cd678042f8a0b5b03442d46ee (diff)
downloadnspr-hg-unlabeled-3.20.8.tar.gz
Merged with HEAD from 8/18 or so.unlabeled-3.20.8
-rw-r--r--pr/src/md/unix/Makefile8
1 files changed, 8 insertions, 0 deletions
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.