summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcls%seawood.org <devnull@localhost>1999-08-20 16:21:30 +0000
committercls%seawood.org <devnull@localhost>1999-08-20 16:21:30 +0000
commit626a32e584fffb4511c489882f503c3b1859bc02 (patch)
tree2e7567fb3c8e4e8b4e84843018cfbc1e7e67fa25
parent3a568dbec2732d82ebdc3707bb54cbd608d536bb (diff)
downloadnspr-hg-626a32e584fffb4511c489882f503c3b1859bc02.tar.gz
Merged with HEAD from 8/18 or so.
-rw-r--r--pr/include/md/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/pr/include/md/Makefile b/pr/include/md/Makefile
index b976d2d1..2bfbbc29 100644
--- a/pr/include/md/Makefile
+++ b/pr/include/md/Makefile
@@ -139,6 +139,10 @@ ifeq ($(OS_ARCH),QNX)
MDCPUCFG_H = _qnx.cfg
endif
+ifeq ($(OS_TARGET),NTO)
+MDCPUCFG_H = _nto.cfg
+endif
+
ifeq ($(OS_ARCH),BeOS)
MDCPUCFG_H = _beos.cfg
endif