summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gzip/Makefile
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1997-06-29 06:03:42 +0000
committerpst <pst@FreeBSD.org>1997-06-29 06:03:42 +0000
commit1b991716a40d6a610dc43632073c47ebe7664cfc (patch)
treec7158127b2b2c61e70ffad22dc1dc51137e9d1dd /gnu/usr.bin/gzip/Makefile
parentf8b9ad4f30d3e1eb9d5bce568a61b5a4ca35a8ad (diff)
downloadFreeBSD-src-1b991716a40d6a610dc43632073c47ebe7664cfc.zip
FreeBSD-src-1b991716a40d6a610dc43632073c47ebe7664cfc.tar.gz
NOSHARED takes a yes/YES no/NO value, not "true, false, hey mon!".
NOPIC is used to not generate a shared library, not NOSHARED. Make NOSHARED advisory where appropriate. Remove bogus NOSHARED (kbdio).
Diffstat (limited to 'gnu/usr.bin/gzip/Makefile')
-rw-r--r--gnu/usr.bin/gzip/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gzip/Makefile b/gnu/usr.bin/gzip/Makefile
index 99a0075..77eb4a6 100644
--- a/gnu/usr.bin/gzip/Makefile
+++ b/gnu/usr.bin/gzip/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 5.3 (Berkeley) 5/12/90
-# $Id$
+# $Id: Makefile,v 1.14 1997/02/22 15:45:54 peter Exp $
PROG= gzip
SRCS= gzip.c zip.c deflate.c trees.c bits.c unzip.c inflate.c util.c \
@@ -15,7 +15,7 @@ LINKS+= ${BINDIR}/gzip ${BINDIR}/zcat
LINKS+= ${BINDIR}/zgrep ${BINDIR}/zegrep
LINKS+= ${BINDIR}/zgrep ${BINDIR}/zfgrep
LINKS+= ${BINDIR}/zdiff ${BINDIR}/zcmp
-NOSHARED=yes
+NOSHARED?=yes
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
OpenPOWER on IntegriCloud