$NetBSD$

--- src/arch/netbsd/mapping/Makefile.orig	2017-11-02 06:34:44.091795113 +0000
+++ src/arch/netbsd/mapping/Makefile
@@ -0,0 +1,30 @@
+#
+# (C) Copyright 1992, ..., 2014 the "DOSEMU-Development-Team".
+#
+# for details see file COPYING in the DOSEMU distribution
+#
+
+top_builddir=../../../..
+include $(top_builddir)/Makefile.conf
+
+# This is the Makefile for the mapping-subdirectory of DOSEMU.
+# Please send comments and bug-reports to Hans Lermen <lermen@fgan.de>
+
+
+#The C files, include files and dependancies here.
+CFILES = mapping.c mapshm.c mapfile.c
+DEPENDS = $(CFILES:.c=.d)
+HFILES =
+
+
+# Insert all source- and header-files here.
+ALL = $(CFILES) $(HFILES)
+
+# All object-files are included here.
+OBJS = $(CFILES:.c=.o)
+
+all: lib
+
+install:
+
+include $(REALTOPDIR)/src/Makefile.common
