summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.