From 13e85b308a893cdafa44e639f9f733fe42159985 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 17 Nov 2003 05:18:36 +0000 Subject: [PATCH] /rescue/g{{,un}zip,zcat} exist, so build this dynamically now. --- gnu/usr.bin/gzip/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/gnu/usr.bin/gzip/Makefile b/gnu/usr.bin/gzip/Makefile index ecea234c0a37..22032c5886fb 100644 --- a/gnu/usr.bin/gzip/Makefile +++ b/gnu/usr.bin/gzip/Makefile @@ -12,8 +12,6 @@ CFLAGS+=-DASMV SCRIPTS=gzexe zdiff zforce zmore znew MAN= gzexe.1 gzip.1 zdiff.1 zforce.1 zmore.1 znew.1 -NOSHARED?=yes - LINKS+= ${BINDIR}/gzip ${BINDIR}/gunzip LINKS+= ${BINDIR}/gzip ${BINDIR}/gzcat LINKS+= ${BINDIR}/gzip ${BINDIR}/zcat