Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin Use PRINTOBJDIR.



details:   https://anonhg.NetBSD.org/src/rev/0c6b2ba39373
branches:  trunk
changeset: 502082:0c6b2ba39373
user:      enami <enami%NetBSD.org@localhost>
date:      Thu Jan 11 13:15:06 2001 +0000

description:
Use PRINTOBJDIR.

diffstat:

 usr.sbin/altq/altqd/Makefile      |  6 ++++--
 usr.sbin/bind/named-xfer/Makefile |  4 ++--
 usr.sbin/bind/ndc/Makefile        |  4 ++--
 usr.sbin/hprop/Makefile           |  7 +++++--
 usr.sbin/kadmin/Makefile          |  7 +++++--
 usr.sbin/kdc/Makefile             |  7 +++++--
 usr.sbin/kstash/Makefile          |  7 +++++--
 usr.sbin/ktutil/Makefile          |  7 +++++--
 usr.sbin/ntp/Makefile.inc         |  6 ++++--
 9 files changed, 37 insertions(+), 18 deletions(-)

diffs (181 lines):

diff -r 7378bb18c2e3 -r 0c6b2ba39373 usr.sbin/altq/altqd/Makefile
--- a/usr.sbin/altq/altqd/Makefile      Thu Jan 11 13:14:08 2001 +0000
+++ b/usr.sbin/altq/altqd/Makefile      Thu Jan 11 13:15:06 2001 +0000
@@ -1,4 +1,6 @@
-#      $NetBSD: Makefile,v 1.2 2000/12/16 18:57:34 thorpej Exp $
+#      $NetBSD: Makefile,v 1.3 2001/01/11 13:15:06 enami Exp $
+
+.include <bsd.own.mk>
 
 PROG=  altqd
 MAN=   altqd.8 altq.conf.5
@@ -7,7 +9,7 @@
 
 CPPFLAGS+= -DALTQ -I${.CURDIR}/../libaltq
 
-LIBALTQOBJ != cd ${.CURDIR}/../libaltq && make print-objdir
+LIBALTQOBJ != cd ${.CURDIR}/../libaltq && ${PRINTOBJDIR}
 DPADD+=        ${LIBALTQOBJ}/libaltq.a
 LDADD+=        -L${LIBALTQOBJ} -laltq
 
diff -r 7378bb18c2e3 -r 0c6b2ba39373 usr.sbin/bind/named-xfer/Makefile
--- a/usr.sbin/bind/named-xfer/Makefile Thu Jan 11 13:14:08 2001 +0000
+++ b/usr.sbin/bind/named-xfer/Makefile Thu Jan 11 13:15:06 2001 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.7 1999/11/21 16:46:33 itojun Exp $
+#      $NetBSD: Makefile,v 1.8 2001/01/11 13:15:06 enami Exp $
 
 .include "../Makefile.inc"
 .PATH: ${BIND_DIST_DIR}/bin/named-xfer ${BIND_DIST_DIR}/bin/named \
        ${BIND_DIST_DIR}/man
 
-NAMEDOBJ!=cd ${.CURDIR}/../named; ${MAKE} print-objdir
+NAMEDOBJ!=cd ${.CURDIR}/../named && ${PRINTOBJDIR}
 
 PROG=  named-xfer
 SRCS=  ${PROG}.c db_glue.c ns_glue.c tmp_version.c
diff -r 7378bb18c2e3 -r 0c6b2ba39373 usr.sbin/bind/ndc/Makefile
--- a/usr.sbin/bind/ndc/Makefile        Thu Jan 11 13:14:08 2001 +0000
+++ b/usr.sbin/bind/ndc/Makefile        Thu Jan 11 13:15:06 2001 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.5 1999/11/21 16:46:34 itojun Exp $
+#      $NetBSD: Makefile,v 1.6 2001/01/11 13:15:06 enami Exp $
 
 .include "../Makefile.inc"
 .PATH: ${BIND_DIST_DIR}/bin/ndc \
        ${BIND_DIST_DIR}/man
 
-NAMEDOBJ!=cd ${.CURDIR}/../named; ${MAKE} print-objdir
+NAMEDOBJ!=cd ${.CURDIR}/../named && ${PRINTOBJDIR}
 
 PROG=  ndc
 SRCS=  ${PROG}.c
diff -r 7378bb18c2e3 -r 0c6b2ba39373 usr.sbin/hprop/Makefile
--- a/usr.sbin/hprop/Makefile   Thu Jan 11 13:14:08 2001 +0000
+++ b/usr.sbin/hprop/Makefile   Thu Jan 11 13:15:06 2001 +0000
@@ -1,4 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2000/10/26 06:00:48 garbled Exp $
+# $NetBSD: Makefile,v 1.3 2001/01/11 13:15:07 enami Exp $
+
+.include <bsd.own.mk>
+
 DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/heimdal/kdc
 
@@ -26,7 +29,7 @@
        -I${DIST}/openssl/crypto/des            \
        -DHAVE_CONFIG_H
 
-VERS!= cd ${.CURDIR}/../../lib/libvers && ${MAKE} print-objdir
+VERS!= cd ${.CURDIR}/../../lib/libvers && ${PRINTOBJDIR}
 
 LDADD= -lhdb                                   \
        -lkrb5                                  \
diff -r 7378bb18c2e3 -r 0c6b2ba39373 usr.sbin/kadmin/Makefile
--- a/usr.sbin/kadmin/Makefile  Thu Jan 11 13:14:08 2001 +0000
+++ b/usr.sbin/kadmin/Makefile  Thu Jan 11 13:15:06 2001 +0000
@@ -1,4 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2000/10/26 06:00:49 garbled Exp $
+# $NetBSD: Makefile,v 1.7 2001/01/11 13:15:07 enami Exp $
+
+.include <bsd.own.mk>
+
 DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/heimdal/kadmin
 
@@ -37,7 +40,7 @@
        -I${DIST}/openssl/crypto/des            \
        -DHAVE_CONFIG_H
 
-VERS!= cd ${.CURDIR}/../../lib/libvers && ${MAKE} print-objdir
+VERS!= cd ${.CURDIR}/../../lib/libvers && ${PRINTOBJDIR}
 
 LDADD= -lkadm5clnt \
        -lkadm5srv \
diff -r 7378bb18c2e3 -r 0c6b2ba39373 usr.sbin/kdc/Makefile
--- a/usr.sbin/kdc/Makefile     Thu Jan 11 13:14:08 2001 +0000
+++ b/usr.sbin/kdc/Makefile     Thu Jan 11 13:15:06 2001 +0000
@@ -1,4 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2000/10/26 06:00:49 garbled Exp $
+# $NetBSD: Makefile,v 1.3 2001/01/11 13:15:07 enami Exp $
+
+.include <bsd.own.mk>
+
 DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/heimdal/kdc
 
@@ -33,7 +36,7 @@
        -I${DIST}/openssl/crypto/des            \
        -DHAVE_CONFIG_H
 
-VERS!= cd ${.CURDIR}/../../lib/libvers && ${MAKE} print-objdir
+VERS!= cd ${.CURDIR}/../../lib/libvers && ${PRINTOBJDIR}
 
 LDADD= -lhdb                                   \
        -lkrb5                                  \
diff -r 7378bb18c2e3 -r 0c6b2ba39373 usr.sbin/kstash/Makefile
--- a/usr.sbin/kstash/Makefile  Thu Jan 11 13:14:08 2001 +0000
+++ b/usr.sbin/kstash/Makefile  Thu Jan 11 13:15:06 2001 +0000
@@ -1,4 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2000/10/26 06:00:49 garbled Exp $
+# $NetBSD: Makefile,v 1.7 2001/01/11 13:15:07 enami Exp $
+
+.include <bsd.own.mk>
+
 DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/heimdal/kdc
 
@@ -19,7 +22,7 @@
        -I${DESTDIR}/usr/include/openssl        \
        -DHAVE_CONFIG_H
 
-VERS!= cd ${.CURDIR}/../../lib/libvers && ${MAKE} print-objdir
+VERS!= cd ${.CURDIR}/../../lib/libvers && ${PRINTOBJDIR}
 
 LDADD= -lhdb \
        -lkrb5 \
diff -r 7378bb18c2e3 -r 0c6b2ba39373 usr.sbin/ktutil/Makefile
--- a/usr.sbin/ktutil/Makefile  Thu Jan 11 13:14:08 2001 +0000
+++ b/usr.sbin/ktutil/Makefile  Thu Jan 11 13:15:06 2001 +0000
@@ -1,4 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2000/12/19 21:18:32 nathanw Exp $
+# $NetBSD: Makefile,v 1.7 2001/01/11 13:15:07 enami Exp $
+
+.include <bsd.own.mk>
+
 DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/heimdal/admin
 
@@ -27,7 +30,7 @@
        -I${DESTDIR}/usr/include/openssl        \
        -DHAVE_CONFIG_H
 
-VERS!= cd ${.CURDIR}/../../lib/libvers && ${MAKE} print-objdir
+VERS!= cd ${.CURDIR}/../../lib/libvers && ${PRINTOBJDIR}
 
 LDADD= -lkadm5srv \
        -lhdb \
diff -r 7378bb18c2e3 -r 0c6b2ba39373 usr.sbin/ntp/Makefile.inc
--- a/usr.sbin/ntp/Makefile.inc Thu Jan 11 13:14:08 2001 +0000
+++ b/usr.sbin/ntp/Makefile.inc Thu Jan 11 13:15:06 2001 +0000
@@ -1,8 +1,10 @@
-#      $NetBSD: Makefile.inc,v 1.5 2000/11/12 19:48:55 martin Exp $
+#      $NetBSD: Makefile.inc,v 1.6 2001/01/11 13:15:06 enami Exp $
 
 .if !defined(NTP_MAKEFILE_INC)
 NTP_MAKEFILE_INC=1
 
+.include <bsd.own.mk>
+
 NTPDOCDIR?=    ${HTMLDOCDIR}/ntp
 
 .if exists(${.CURDIR}/../../../dist/ntp)
@@ -19,7 +21,7 @@
 .endif
 
 .if defined(PROG)
-LIBNTP!=       cd ${.CURDIR}/../libntp; ${MAKE} print-objdir
+LIBNTP!=       cd ${.CURDIR}/../libntp && ${PRINTOBJDIR}
 LDADD+=                -L${LIBNTP} -lntp
 DPADD+=                ${LIBNTP}/libntp.a
 



Home | Main Index | Thread Index | Old Index