summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-06-22 14:07:45 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-06-22 14:07:45 +0000
commitc85b8fa179367e1298d0f8d190bea13afb535c82 (patch)
treeda6058d449216e56190cae9339f277456f87ab17 /sys/arch
parent128319d74cf247f53bc0fdac34ff680aa7248253 (diff)
build it static; nate
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/alpha/stand/installboot/Makefile3
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