summaryrefslogtreecommitdiff
path: root/dmake/unix/coherent/ver40/config.mk
blob: df2a702ea02f324152e707c3b1240f13e2e2048e (plain)
1
2
3
4
5
6
7
8
9
10
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)