diff options
| author | simonb <simonb@NetBSD.org> | 2006-02-25 12:04:23 +0000 |
|---|---|---|
| committer | simonb <simonb@NetBSD.org> | 2006-02-25 12:04:23 +0000 |
| commit | 5cfbf7bf76ee8e0e2121ef057fc1ae360b58a91c (patch) | |
| tree | d926222e230db1aeb4b8742dc2f0b930792d35b5 | |
| parent | bee087d4cc9cabfd4802f0dd0433b452e27424e9 (diff) | |
Use MKPRIVATELIB instead of NOLINKLIB/NOMAN/NOPIC/NOLINT.
| -rw-r--r-- | games/backgammon/common_source/Makefile | 7 | ||||
| -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 | ||||
| -rw-r--r-- | usr.sbin/ntp/libisc/Makefile | 7 | ||||
| -rw-r--r-- | usr.sbin/ntp/libntp/Makefile | 7 | ||||
| -rw-r--r-- | 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 1d91ed777c8..7dc8044754e 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 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 diff --git a/usr.sbin/ntp/libisc/Makefile b/usr.sbin/ntp/libisc/Makefile index daca27196e6..55eae66c8a5 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 7ee8550cce5..11c5436808d 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 5d8ba43301b..cab589956e5 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 \ |
