diff options
author | 2001-06-22 14:07:44 +0000 | |
---|---|---|
committer | 2001-06-22 14:07:44 +0000 | |
commit | 2e8c0b2ac29fb3d8d223caf9c443a12e7cda6747 (patch) | |
tree | 4e64a6f97c79d8010143fcb945bb8fc9538f7781 | |
parent | sync usage/manpage with reality. (diff) | |
download | wireguard-openbsd-2e8c0b2ac29fb3d8d223caf9c443a12e7cda6747.tar.xz wireguard-openbsd-2e8c0b2ac29fb3d8d223caf9c443a12e7cda6747.zip |
build it static; nate
-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 |