From 5bd8a86d23007b388c9436808cacea639781e8b0 Mon Sep 17 00:00:00 2001 From: thorpej Date: Sat, 22 Mar 1997 00:16:56 +0000 Subject: [PATCH] Link installboot statically so that it can be used on install floppies and in emergency situations. --- sys/arch/i386/stand/installboot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/i386/stand/installboot/Makefile b/sys/arch/i386/stand/installboot/Makefile index a32f1802ee3c..384d605533d0 100644 --- a/sys/arch/i386/stand/installboot/Makefile +++ b/sys/arch/i386/stand/installboot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1997/03/14 02:40:32 perry Exp $ +# $NetBSD: Makefile,v 1.2 1997/03/22 00:16:56 thorpej Exp $ BINDIR= /usr/mdec PROG= installboot @@ -8,6 +8,6 @@ MANSUBDIR=/i386 CPPFLAGS= -I${.CURDIR}/../lib/crt/bootsect CFLAGS+= -Wall -#LDSTATIC=-static +LDSTATIC=-static .include