summaryrefslogtreecommitdiffstats
path: root/gnu
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
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')
-rw-r--r--gnu/usr.bin/cc/cc1/Makefile4
-rw-r--r--gnu/usr.bin/cc/cc1obj/Makefile4
-rw-r--r--gnu/usr.bin/cc/cc1plus/Makefile4
-rw-r--r--gnu/usr.bin/gzip/Makefile4
-rw-r--r--gnu/usr.bin/tar/Makefile2
5 files changed, 9 insertions, 9 deletions
diff --git a/gnu/usr.bin/cc/cc1/Makefile b/gnu/usr.bin/cc/cc1/Makefile
index 0351cfa..9be4343 100644
--- a/gnu/usr.bin/cc/cc1/Makefile
+++ b/gnu/usr.bin/cc/cc1/Makefile
@@ -1,5 +1,5 @@
#
-# $Id$
+# $Id: Makefile,v 1.11 1997/02/22 15:44:53 peter Exp $
#
PROG = cc1
@@ -8,7 +8,7 @@ SRCS = c-parse.c \
c-typeck.c
BINDIR= /usr/libexec
NOMAN= 1
-NOSHARED= true
+NOSHARED=yes
DPADD+= ${LIBCC_INT}
LDADD+= ${LIBCC_INT}
diff --git a/gnu/usr.bin/cc/cc1obj/Makefile b/gnu/usr.bin/cc/cc1obj/Makefile
index a5f5a99..05aac08 100644
--- a/gnu/usr.bin/cc/cc1obj/Makefile
+++ b/gnu/usr.bin/cc/cc1obj/Makefile
@@ -1,5 +1,5 @@
#
-# $Id$
+# $Id: Makefile,v 1.4 1997/02/22 15:44:54 peter Exp $
#
PROG = cc1obj
@@ -8,7 +8,7 @@ SRCS = objc-parse.c objc-act.c
SRCS += c-aux-info.c c-convert.c c-decl.c c-iterate.c c-lex.c c-typeck.c
BINDIR= /usr/libexec
NOMAN= 1
-NOSHARED= true
+NOSHARED=yes
DPADD+= ${LIBCC_INT}
LDADD+= ${LIBCC_INT}
diff --git a/gnu/usr.bin/cc/cc1plus/Makefile b/gnu/usr.bin/cc/cc1plus/Makefile
index 2f9b0f7..1ea6870 100644
--- a/gnu/usr.bin/cc/cc1plus/Makefile
+++ b/gnu/usr.bin/cc/cc1plus/Makefile
@@ -1,5 +1,5 @@
#
-# $Id$
+# $Id: Makefile,v 1.11 1997/02/22 15:44:56 peter Exp $
#
#First, so that we get cp/tree.c and cp/expr.c instead of the C version
@@ -12,7 +12,7 @@ SRCS = parse.c \
ptree.c repo.c search.c sig.c spew.c tree.c typeck.c typeck2.c xref.c
BINDIR= /usr/libexec
NOMAN= 1
-NOSHARED= true
+NOSHARED=yes
DPADD+= ${LIBCC_INT}
LDADD+= ${LIBCC_INT}
CFLAGS+= -I. # I mean it.
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} \
diff --git a/gnu/usr.bin/tar/Makefile b/gnu/usr.bin/tar/Makefile
index 0fea3db..2bd1198 100644
--- a/gnu/usr.bin/tar/Makefile
+++ b/gnu/usr.bin/tar/Makefile
@@ -9,7 +9,7 @@ CFLAGS+= -DHAVE_MKNOD=1 -DHAVE_RENAME=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1
CFLAGS+= -DBSD42=1 -DHAVE_VPRINTF=1 -DNEEDPAD -I${.CURDIR}
CFLAGS+= -DDEF_AR_FILE=\"/dev/rst0\" -DDEFBLOCKING=20
CLEANFILES+=y.tab.h
-NOSHARED=yes
+NOSHARED?=yes
DPADD+= ${LIBGNUREGEX}
LDADD+= -lgnuregex
OpenPOWER on IntegriCloud