summaryrefslogtreecommitdiff
path: root/dmake/unix/bsd43/vf/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'dmake/unix/bsd43/vf/config.mk')
-rw-r--r--dmake/unix/bsd43/vf/config.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/dmake/unix/bsd43/vf/config.mk b/dmake/unix/bsd43/vf/config.mk
new file mode 100644
index 000000000000..bf4e64808d6c
--- /dev/null
+++ b/dmake/unix/bsd43/vf/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 BSD4.3
+OSDESRC := memcpy.c vfprintf.c
+SRC += $(OSDESRC)
+.SETDIR=$(osredir) : $(OSDESRC)