diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-22 14:07:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-22 14:07:45 +0000 |
commit | c85b8fa179367e1298d0f8d190bea13afb535c82 (patch) | |
tree | da6058d449216e56190cae9339f277456f87ab17 /sys/arch | |
parent | 128319d74cf247f53bc0fdac34ff680aa7248253 (diff) |
build it static; nate
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/alpha/stand/installboot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/alpha/stand/installboot/Makefile b/sys/arch/alpha/stand/installboot/Makefile index fc9271de5bf..1b38840a675 100644 --- a/sys/arch/alpha/stand/installboot/Makefile +++ b/sys/arch/alpha/stand/installboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2000/05/25 21:54:40 deraadt Exp $ +# $OpenBSD: Makefile,v 1.7 2001/06/22 14:07:44 deraadt Exp $ # $NetBSD: Makefile,v 1.2 1996/11/06 23:09:13 cgd Exp $ .PATH: ${.CURDIR}/.. @@ -11,6 +11,7 @@ PROG= installboot BINDIR= /usr/mdec DPADD+= ${LIBUTIL} LDADD+= -lutil +LDSTATIC=-static .else NOPROG= .endif |