summaryrefslogtreecommitdiff
path: root/dmake/unix/coherent/ver40/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'dmake/unix/coherent/ver40/config.mk')
-rw-r--r--dmake/unix/coherent/ver40/config.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/dmake/unix/coherent/ver40/config.mk b/dmake/unix/coherent/ver40/config.mk
new file mode 100644
index 000000000000..df2a702ea02f
--- /dev/null
+++ b/dmake/unix/coherent/ver40/config.mk
@@ -0,0 +1,11 @@
+# This config file adds vfprintf.c and memcpy.c for those systems that
+# do not have it.
+#
+
+osredir := $(OS)$(DIRSEPSTR)$(OSRELEASE)$(DIRSEPSTR)$(OSENVIRONMENT)
+CFLAGS += -I$(osredir)
+
+# The following sources are required for coherent version 4.0
+OSDESRC := vfprintf.c getcwd.c
+SRC += $(OSDESRC)
+.SETDIR=$(osredir) : $(OSDESRC)