summaryrefslogtreecommitdiff
path: root/dmake/unix/coherent/ver42/config.mk
blob: 2ff06b6b7917a912faf475270140fda1e81de14c (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.2
#OSDESRC :=
#SRC    += $(OSDESRC)
#.SETDIR=$(osredir) : $(OSDESRC)