summaryrefslogtreecommitdiff
path: root/pr/src/md/unix/objs.mk
diff options
context:
space:
mode:
Diffstat (limited to 'pr/src/md/unix/objs.mk')
-rw-r--r--pr/src/md/unix/objs.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/pr/src/md/unix/objs.mk b/pr/src/md/unix/objs.mk
index 1d321324..311926a9 100644
--- a/pr/src/md/unix/objs.mk
+++ b/pr/src/md/unix/objs.mk
@@ -86,6 +86,10 @@ RHAPSODY_CSRCS = \
rhapsody.c \
$(NULL)
+NEXTSTEP_CSRCS = \
+ nextstep.c \
+ $(NULL)
+
NEC_CSRCS = \
nec.c \
$(NULL)
@@ -156,6 +160,9 @@ endif
ifeq ($(OS_ARCH),Rhapsody)
CSRCS += $(RHAPSODY_CSRCS)
endif
+ifeq ($(OS_ARCH),NEXTSTEP)
+CSRCS += $(NEXTSTEP_CSRCS)
+endif
ifeq ($(OS_ARCH),NEC)
CSRCS += $(NEC_CSRCS)
endif