From 604eb63d0db4bddd3350b004c2c4b2756038e020 Mon Sep 17 00:00:00 2001 From: downsj Date: Mon, 16 Sep 1996 10:21:32 +0000 Subject: [PATCH] Use $STATIC --- gnu/usr.bin/gzip/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/usr.bin/gzip/Makefile b/gnu/usr.bin/gzip/Makefile index e8a4d5d5e04..ffc6dc2abc1 100644 --- a/gnu/usr.bin/gzip/Makefile +++ b/gnu/usr.bin/gzip/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 1996/08/22 01:36:51 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 1996/09/16 10:21:32 downsj Exp $ # $NetBSD: Makefile,v 1.17 1995/10/24 22:18:34 jtc Exp $ PROG= gzip @@ -12,7 +12,7 @@ SRCS+= match.S CFLAGS+=-DASMV .endif -LDSTATIC= -static +LDSTATIC= ${STATIC} MLINKS+= gzip.1 gunzip.1 gzip.1 gzcat.1 gzip.1 zcat.1 MLINKS+= zdiff.1 zcmp.1 -- 2.20.1