Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/bind use MKPRIVATELIB=yes (instead of setting vari...



details:   https://anonhg.NetBSD.org/src/rev/22a86a927d34
branches:  trunk
changeset: 566882:22a86a927d34
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sun May 23 02:49:26 2004 +0000

description:
use MKPRIVATELIB=yes  (instead of setting various other stuff to no)

diffstat:

 usr.sbin/bind/Makefile.inc |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (21 lines):

diff -r 885f342f032f -r 22a86a927d34 usr.sbin/bind/Makefile.inc
--- a/usr.sbin/bind/Makefile.inc        Sun May 23 02:24:50 2004 +0000
+++ b/usr.sbin/bind/Makefile.inc        Sun May 23 02:49:26 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.16 2004/05/18 00:10:39 christos Exp $
+#      $NetBSD: Makefile.inc,v 1.17 2004/05/23 02:49:26 lukem Exp $
 
 .if !defined(BIND9_MAKEFILE_INC)
 BIND9_MAKEFILE_INC=yes
@@ -52,10 +52,7 @@
 DPADD+= ${LIBPTHREAD}
 .endif
 .else
-MKPIC=no
-MKPROFILE=no
-MKLINT=no
-MKLINKLIB=no
+MKPRIVATELIB=yes
 CPPFLAGS+= -DLIBINTERFACE=${LIBINTERFACE} \
        -DLIBREVISION=${LIBREVISION} -DLIBAGE=${LIBAGE}
 .endif



Home | Main Index | Thread Index | Old Index