diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-05-21 21:02:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-05-21 21:02:48 +0000 |
commit | 3129ecef1068f69a956bc21a8bff3ea4c2d77417 (patch) | |
tree | 83e40a12b7adbf85bae47ffd70b2985bebbf7bd1 /sys/arch/sparc | |
parent | 40f20eba4cb0b4227d3dfb06fff57d11d937e096 (diff) |
static binary
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r-- | sys/arch/sparc/stand/installboot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc/stand/installboot/Makefile b/sys/arch/sparc/stand/installboot/Makefile index 98ac035b098..bcf5cebd3d4 100644 --- a/sys/arch/sparc/stand/installboot/Makefile +++ b/sys/arch/sparc/stand/installboot/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.5 2000/05/25 21:55:07 deraadt Exp $ +# $OpenBSD: Makefile,v 1.6 2001/05/21 21:02:47 deraadt Exp $ MAN= installboot.8 MANSUBDIR=/sparc +LDSTATIC=-static .if ${MACHINE} == "sparc" BINDIR= /usr/sbin |