From 5cfbf7bf76ee8e0e2121ef057fc1ae360b58a91c Mon Sep 17 00:00:00 2001 From: simonb Date: Sat, 25 Feb 2006 12:04:23 +0000 Subject: [PATCH] Use MKPRIVATELIB instead of NOLINKLIB/NOMAN/NOPIC/NOLINT. --- games/backgammon/common_source/Makefile | 7 ++----- gnu/usr.bin/gcc3/backend/Makefile | 7 ++----- gnu/usr.bin/gcc3/frontend/Makefile | 6 ++---- gnu/usr.bin/gcc3/libcpp/Makefile | 7 ++----- gnu/usr.bin/gcc3/libiberty/Makefile | 7 ++----- gnu/usr.bin/texinfo/common/Makefile | 7 ++----- usr.sbin/ntp/libisc/Makefile | 7 ++----- usr.sbin/ntp/libntp/Makefile | 7 ++----- usr.sbin/ntp/libparse/Makefile | 7 ++----- 9 files changed, 18 insertions(+), 44 deletions(-) diff --git a/games/backgammon/common_source/Makefile b/games/backgammon/common_source/Makefile index 1d91ed777c8e..7dc8044754ef 100644 --- a/games/backgammon/common_source/Makefile +++ b/games/backgammon/common_source/Makefile @@ -1,9 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2002/09/18 06:16:39 lukem Exp $ +# $NetBSD: Makefile,v 1.8 2006/02/25 12:04:23 simonb Exp $ -NOLINKLIB= # defined -NOLINT= # defined -NOPIC= # defined -NOPROFILE= # defined +MKPRIVATELIB= yes LIB= common SRCS= allow.c board.c check.c fancy.c init.c odds.c \ diff --git a/gnu/usr.bin/gcc3/backend/Makefile b/gnu/usr.bin/gcc3/backend/Makefile index ee7ec31f1300..5f9b0bede127 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 54a82eb78b6e..a43cec682d98 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 diff --git a/gnu/usr.bin/gcc3/libcpp/Makefile b/gnu/usr.bin/gcc3/libcpp/Makefile index 0896976041d5..87a873a05ff3 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 63a57c990733..25963e6a8980 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 diff --git a/gnu/usr.bin/texinfo/common/Makefile b/gnu/usr.bin/texinfo/common/Makefile index 5b14a7d980c7..809598e017c8 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 diff --git a/usr.sbin/ntp/libisc/Makefile b/usr.sbin/ntp/libisc/Makefile index daca27196e6c..55eae66c8a5b 100644 --- a/usr.sbin/ntp/libisc/Makefile +++ b/usr.sbin/ntp/libisc/Makefile @@ -1,9 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2003/12/04 16:41:56 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2006/02/25 12:04:23 simonb Exp $ -NOLINKLIB=# defined -NOMAN= # defined -NOPIC= # defined -NOLINT= # defined +MKPRIVATELIB= yes LIB= isc SRCS= assertions.c error.c interfaceiter.c isc_strerror.c lib.c mem.c \ diff --git a/usr.sbin/ntp/libntp/Makefile b/usr.sbin/ntp/libntp/Makefile index 7ee8550cce50..11c5436808d3 100644 --- a/usr.sbin/ntp/libntp/Makefile +++ b/usr.sbin/ntp/libntp/Makefile @@ -1,9 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2003/12/04 16:41:56 drochner Exp $ +# $NetBSD: Makefile,v 1.6 2006/02/25 12:04:24 simonb Exp $ -NOLINKLIB=# defined -NOMAN= # defined -NOPIC= # defined -NOLINT= # defined +MKPRIVATELIB= yes LIB= ntp SRCS= a_md5encrypt.c adjtime.c atoint.c atolfp.c atouint.c \ diff --git a/usr.sbin/ntp/libparse/Makefile b/usr.sbin/ntp/libparse/Makefile index 5d8ba43301be..cab589956e5b 100644 --- a/usr.sbin/ntp/libparse/Makefile +++ b/usr.sbin/ntp/libparse/Makefile @@ -1,9 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2002/09/18 13:31:55 lukem Exp $ +# $NetBSD: Makefile,v 1.4 2006/02/25 12:04:24 simonb Exp $ -NOLINKLIB=# defined -NOMAN= # defined -NOPIC= # defined -NOLINT= # defined +MKPRIVATELIB= yes LIB= parse SRCS= parse.c parse_conf.c clk_meinberg.c clk_schmid.c clk_rawdcf.c \