summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorTobias Ulmer <tobiasu@cvs.openbsd.org>2014-05-27 10:11:00 +0000
committerTobias Ulmer <tobiasu@cvs.openbsd.org>2014-05-27 10:11:00 +0000
commit71b26a1862c8d198de2b156acafe9aaa07266227 (patch)
tree1eb1b020467a11af5ddc363b068316ef9ce2d1fd /sys/arch
parentb226375ca5b9edbde446546a9c95a5fbee38e05e (diff)
Fix ia64 cross-gcc target.
opensslconf.h is just a dummy, we're lightyears away from working userspace. ok deraadt@
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/ia64/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arch/ia64/Makefile b/sys/arch/ia64/Makefile
new file mode 100644
index 00000000000..e8e1ffc2842
--- /dev/null
+++ b/sys/arch/ia64/Makefile
@@ -0,0 +1,3 @@
+# $OpenBSD: Makefile,v 1.1 2014/05/27 10:10:59 tobiasu Exp $
+
+.include <bsd.prog.mk>