From d5b14b2a372d25ed9f06ed1856a19283aee2ebb0 Mon Sep 17 00:00:00 2001
From: Marcel Moolenaar <marcel@FreeBSD.org>
Date: Fri, 8 Dec 2000 04:08:09 +0000
Subject: [PATCH] Add "empty" makefile. Cross-building fails without it.

---
 sys/boot/ia64/Makefile | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 sys/boot/ia64/Makefile

diff --git a/sys/boot/ia64/Makefile b/sys/boot/ia64/Makefile
new file mode 100644
index 000000000000..4dfb082ac351
--- /dev/null
+++ b/sys/boot/ia64/Makefile
@@ -0,0 +1,5 @@
+# $FreeBSD$
+
+SUBDIR=
+
+.include <bsd.subdir.mk>