artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce31aad
)
Use $STATIC
author
downsj
<downsj@openbsd.org>
Mon, 16 Sep 1996 10:21:32 +0000
(10:21 +0000)
committer
downsj
<downsj@openbsd.org>
Mon, 16 Sep 1996 10:21:32 +0000
(10:21 +0000)
gnu/usr.bin/gzip/Makefile
patch
|
blob
|
history
diff --git
a/gnu/usr.bin/gzip/Makefile
b/gnu/usr.bin/gzip/Makefile
index
e8a4d5d
..
ffc6dc2
100644
(file)
--- 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