diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-08-20 05:14:12 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-08-20 05:14:12 +0000 |
commit | 2c28cbf6fb8dfa51591134a1423111617c20e19d (patch) | |
tree | f4a567fbebea792d64a34e5036630707caee9265 /gnu/usr.bin/gzip | |
parent | 96ea8e3f9f330ed008ac287875e3eb2bf27bef31 (diff) |
R.I.P.
Diffstat (limited to 'gnu/usr.bin/gzip')
-rw-r--r-- | gnu/usr.bin/gzip/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/gzip/Makefile b/gnu/usr.bin/gzip/Makefile index b8fa10a85c6..d93e1f357f6 100644 --- a/gnu/usr.bin/gzip/Makefile +++ b/gnu/usr.bin/gzip/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.3 1996/08/20 05:14:09 tholo Exp $ # $NetBSD: Makefile,v 1.17 1995/10/24 22:18:34 jtc Exp $ PROG= gzip @@ -12,8 +13,6 @@ CFLAGS+=-DASMV .endif LDSTATIC= -static -LDADD+= -lgnumalloc -DPADD+= /usr/lib/libgnumalloc.a MLINKS+= gzip.1 gunzip.1 gzip.1 gzcat.1 gzip.1 zcat.1 MLINKS+= zdiff.1 zcmp.1 |