summaryrefslogtreecommitdiffstats
path: root/usr.bin
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 /usr.bin
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 'usr.bin')
-rw-r--r--usr.bin/chflags/Makefile2
-rw-r--r--usr.bin/lex/lib/Makefile6
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/chflags/Makefile b/usr.bin/chflags/Makefile
index 875dc98..d269255 100644
--- a/usr.bin/chflags/Makefile
+++ b/usr.bin/chflags/Makefile
@@ -1,6 +1,6 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-NOSHARED= true
+NOSHARED?=yes
PROG= chflags
SRCS= chflags.c stat_flags.c
diff --git a/usr.bin/lex/lib/Makefile b/usr.bin/lex/lib/Makefile
index 046430e..8fd744f 100644
--- a/usr.bin/lex/lib/Makefile
+++ b/usr.bin/lex/lib/Makefile
@@ -1,7 +1,9 @@
-# $Id$
+# $Id: Makefile,v 1.5 1997/02/22 19:55:36 peter Exp $
LIB= ln
SRCS= libmain.c libyywrap.c
+NOPIC= yes
+
LINKS= ${LIBDIR}/libln.a ${LIBDIR}/libl.a
LINKS+= ${LIBDIR}/libln.a ${LIBDIR}/libfl.a
@@ -10,7 +12,5 @@ LINKS+= ${LIBDIR}/libln_p.a ${LIBDIR}/libl_p.a
LINKS+= ${LIBDIR}/libln_p.a ${LIBDIR}/libfl_p.a
.endif
-NOSHARED=
-
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud