Link installboot statically so that it can be used on install floppies

and in emergency situations.
This commit is contained in:
thorpej 1997-03-22 00:16:56 +00:00
parent 8164ffb739
commit 5bd8a86d23
1 changed files with 2 additions and 2 deletions

View File

@ -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 <bsd.prog.mk>