diff options
author | Tobias Weingartner <weingart@cvs.openbsd.org> | 1997-03-31 03:12:20 +0000 |
---|---|---|
committer | Tobias Weingartner <weingart@cvs.openbsd.org> | 1997-03-31 03:12:20 +0000 |
commit | db37cd8003c371210064ba9f9a9c279f13a175d2 (patch) | |
tree | 95a740b2174d900a416d0fd7fac0895c9e3972ab /sys/arch/i386/stand/installboot/Makefile | |
parent | 1dc40aae41ae95a97b3d0955f1cf85385b6de1a4 (diff) |
Initial /boot stuff (from Mickey)
Diffstat (limited to 'sys/arch/i386/stand/installboot/Makefile')
-rw-r--r-- | sys/arch/i386/stand/installboot/Makefile | 10 |
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> |