summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/installboot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386/stand/installboot/Makefile')
-rw-r--r--sys/arch/i386/stand/installboot/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/arch/i386/stand/installboot/Makefile b/sys/arch/i386/stand/installboot/Makefile
new file mode 100644
index 00000000000..ec82f45956c
--- /dev/null
+++ b/sys/arch/i386/stand/installboot/Makefile
@@ -0,0 +1,10 @@
+# $OpenBSD: Makefile,v 1.2 1997/03/31 03:12:06 weingart Exp $
+
+PROG= installboot
+CFLAGS+=-DDEBUG -g -Wall
+MAN= installboot.8
+
+# Need this to work in the miniroot
+LDSTATIC= -static
+
+.include <bsd.prog.mk>