Use $STATIC
authordownsj <downsj@openbsd.org>
Mon, 16 Sep 1996 10:21:32 +0000 (10:21 +0000)
committerdownsj <downsj@openbsd.org>
Mon, 16 Sep 1996 10:21:32 +0000 (10:21 +0000)
gnu/usr.bin/gzip/Makefile

index e8a4d5d..ffc6dc2 100644 (file)
@@ -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