merge the formfield patch from ooo-build
[ooovba.git] / dmake / unix / bsd43 / vf / config.mk
blobbf4e64808d6c6cf083c2224a1a5f2ac1ebba3e5c
1 # This config file adds vfprintf.c and memcpy.c for those systems that
2 # do not have it.
5 osredir := $(OS)$(DIRSEPSTR)$(OSRELEASE)$(DIRSEPSTR)$(OSENVIRONMENT)
6 CFLAGS += -I$(osredir)
8 # The following sources are required for BSD4.3
9 OSDESRC := memcpy.c vfprintf.c
10 SRC += $(OSDESRC)
11 .SETDIR=$(osredir) : $(OSDESRC)