diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/gcc3/backend/Makefile | 7 | ||||
| -rw-r--r-- | gnu/usr.bin/gcc3/frontend/Makefile | 6 | ||||
| -rw-r--r-- | gnu/usr.bin/gcc3/libcpp/Makefile | 7 | ||||
| -rw-r--r-- | gnu/usr.bin/gcc3/libiberty/Makefile | 7 | ||||
| -rw-r--r-- | gnu/usr.bin/texinfo/common/Makefile | 7 |
5 files changed, 10 insertions, 24 deletions
diff --git a/gnu/usr.bin/gcc3/backend/Makefile b/gnu/usr.bin/gcc3/backend/Makefile index ee7ec31f130..5f9b0bede12 100644 --- a/gnu/usr.bin/gcc3/backend/Makefile +++ b/gnu/usr.bin/gcc3/backend/Makefile @@ -1,9 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2005/02/11 14:58:41 jmc Exp $ +# $NetBSD: Makefile,v 1.18 2006/02/25 12:04:23 simonb Exp $ -NOLINKLIB= # defined -NOLINT= # defined -NOPIC= # defined -NOPROFILE= # defined +MKPRIVATELIB= yes LIB= backend diff --git a/gnu/usr.bin/gcc3/frontend/Makefile b/gnu/usr.bin/gcc3/frontend/Makefile index 54a82eb78b6..a43cec682d9 100644 --- a/gnu/usr.bin/gcc3/frontend/Makefile +++ b/gnu/usr.bin/gcc3/frontend/Makefile @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2004/03/18 19:48:15 skrll Exp $ +# $NetBSD: Makefile,v 1.6 2006/02/25 12:04:23 simonb Exp $ -NOLINKLIB= # defined -NOLINT= # defined -NOPROFILE= # defined +MKPRIVATELIB= yes # For ../Makefile.inc and bsd.own.mk .include <bsd.init.mk> diff --git a/gnu/usr.bin/gcc3/libcpp/Makefile b/gnu/usr.bin/gcc3/libcpp/Makefile index 0896976041d..87a873a05ff 100644 --- a/gnu/usr.bin/gcc3/libcpp/Makefile +++ b/gnu/usr.bin/gcc3/libcpp/Makefile @@ -1,9 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2003/12/07 12:51:43 simonb Exp $ +# $NetBSD: Makefile,v 1.3 2006/02/25 12:04:23 simonb Exp $ -NOLINKLIB= # defined -NOLINT= # defined -NOPIC= # defined -NOPROFILE= # defined +MKPRIVATELIB= yes LIB= cpp diff --git a/gnu/usr.bin/gcc3/libiberty/Makefile b/gnu/usr.bin/gcc3/libiberty/Makefile index 63a57c99073..25963e6a898 100644 --- a/gnu/usr.bin/gcc3/libiberty/Makefile +++ b/gnu/usr.bin/gcc3/libiberty/Makefile @@ -1,9 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2004/03/05 10:55:16 skrll Exp $ +# $NetBSD: Makefile,v 1.4 2006/02/25 12:04:23 simonb Exp $ -NOLINKLIB= # defined -NOLINT= # defined -NOPIC= # defined -NOPROFILE= # defined +MKPRIVATELIB= yes .include <bsd.own.mk> diff --git a/gnu/usr.bin/texinfo/common/Makefile b/gnu/usr.bin/texinfo/common/Makefile index 5b14a7d980c..809598e017c 100644 --- a/gnu/usr.bin/texinfo/common/Makefile +++ b/gnu/usr.bin/texinfo/common/Makefile @@ -1,9 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2003/01/17 15:32:23 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2006/02/25 12:04:23 simonb Exp $ -NOLINKLIB= # defined -NOLINT= # defined -NOPIC= # defined -NOPROFILE= # defined +MKPRIVATELIB= yes LIB= common SRCS+= substring.c xexit.c xmalloc.c xstrdup.c |
