From db37cd8003c371210064ba9f9a9c279f13a175d2 Mon Sep 17 00:00:00 2001 From: Tobias Weingartner Date: Mon, 31 Mar 1997 03:12:20 +0000 Subject: Initial /boot stuff (from Mickey) --- sys/arch/i386/stand/installboot/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sys/arch/i386/stand/installboot/Makefile (limited to 'sys/arch/i386/stand/installboot/Makefile') 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 -- cgit v1.2.3