aboutsummaryrefslogtreecommitdiff
path: root/include/i386
diff options
context:
space:
mode:
Diffstat (limited to 'include/i386')
-rw-r--r--include/i386/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/i386/Makefile b/include/i386/Makefile
new file mode 100644
index 000000000000..60f70d4756b2
--- /dev/null
+++ b/include/i386/Makefile
@@ -0,0 +1,7 @@
+# i386 headers installed on amd64
+
+.PATH: ${SRCTOP}/sys/i386/include
+INCS=
+INCSDIR= ${INCLUDEDIR}/i386
+
+.include <bsd.prog.mk>