diff options
author | Tobias Ulmer <tobiasu@cvs.openbsd.org> | 2014-05-27 10:11:00 +0000 |
---|---|---|
committer | Tobias Ulmer <tobiasu@cvs.openbsd.org> | 2014-05-27 10:11:00 +0000 |
commit | 71b26a1862c8d198de2b156acafe9aaa07266227 (patch) | |
tree | 1eb1b020467a11af5ddc363b068316ef9ce2d1fd /sys/arch | |
parent | b226375ca5b9edbde446546a9c95a5fbee38e05e (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/Makefile | 3 |
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> |