diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-09-16 10:21:33 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-09-16 10:21:33 +0000 |
commit | 300fc08e361b8c38de82e90dbc42f3b7b516cd37 (patch) | |
tree | d17749993f03b0332715adc755a690fdccbe4a4d /gnu | |
parent | 834babc6712ee2f516a4cf366b2eaaec913242d2 (diff) |
Use $STATIC
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/gzip/Makefile | 4 |
1 files 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 |