Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec Remove direct calls to "make" and replace with ${MAKE}
details: https://anonhg.NetBSD.org/src/rev/da463343d220
branches: trunk
changeset: 498463:da463343d220
user: garbled <garbled%NetBSD.org@localhost>
date: Thu Oct 26 05:52:54 2000 +0000
description:
Remove direct calls to "make" and replace with ${MAKE}
diffstat:
libexec/hpropd/Makefile | 4 ++--
libexec/kadmind/Makefile | 4 ++--
libexec/kfd/Makefile | 4 ++--
libexec/kpasswdd/Makefile | 4 ++--
libexec/telnetd/Makefile | 4 ++--
5 files changed, 10 insertions(+), 10 deletions(-)
diffs (90 lines):
diff -r c02803351076 -r da463343d220 libexec/hpropd/Makefile
--- a/libexec/hpropd/Makefile Thu Oct 26 04:53:56 2000 +0000
+++ b/libexec/hpropd/Makefile Thu Oct 26 05:52:54 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2000/08/03 22:47:40 assar Exp $
+# $NetBSD: Makefile,v 1.5 2000/10/26 05:52:54 garbled Exp $
DIST= ${.CURDIR}/../../crypto/dist
.PATH: ${DIST}/heimdal/kdc
@@ -23,7 +23,7 @@
-I${DIST}/openssl/crypto/des \
-DHAVE_CONFIG_H
-VERS!= cd ${.CURDIR}/../../lib/libvers && make print-objdir
+VERS!= cd ${.CURDIR}/../../lib/libvers && ${MAKE} print-objdir
LDADD= -lhdb \
-lkrb5 \
diff -r c02803351076 -r da463343d220 libexec/kadmind/Makefile
--- a/libexec/kadmind/Makefile Thu Oct 26 04:53:56 2000 +0000
+++ b/libexec/kadmind/Makefile Thu Oct 26 05:52:54 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2000/09/10 19:57:30 joda Exp $
+# $NetBSD: Makefile,v 1.6 2000/10/26 05:52:55 garbled Exp $
DIST= ${.CURDIR}/../../crypto/dist
.PATH: ${DIST}/heimdal/kadmin
@@ -27,7 +27,7 @@
-I${DIST}/openssl/crypto/des \
-DHAVE_CONFIG_H
-VERS!= cd ${.CURDIR}/../../lib/libvers && make print-objdir
+VERS!= cd ${.CURDIR}/../../lib/libvers && ${MAKE} print-objdir
LDADD= -lkadm5srv \
-lhdb \
diff -r c02803351076 -r da463343d220 libexec/kfd/Makefile
--- a/libexec/kfd/Makefile Thu Oct 26 04:53:56 2000 +0000
+++ b/libexec/kfd/Makefile Thu Oct 26 05:52:54 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2000/08/03 22:47:40 assar Exp $
+# $NetBSD: Makefile,v 1.6 2000/10/26 05:52:55 garbled Exp $
DIST= ${.CURDIR}/../../crypto/dist
.PATH: ${DIST}/heimdal/appl/kf
@@ -15,7 +15,7 @@
-I${DESTDIR}/usr/include/krb5 \
-DHAVE_CONFIG_H
-VERS!= cd ${.CURDIR}/../../lib/libvers && make print-objdir
+VERS!= cd ${.CURDIR}/../../lib/libvers && ${MAKE} print-objdir
LDADD= -lkrb5 \
-lcrypto \
diff -r c02803351076 -r da463343d220 libexec/kpasswdd/Makefile
--- a/libexec/kpasswdd/Makefile Thu Oct 26 04:53:56 2000 +0000
+++ b/libexec/kpasswdd/Makefile Thu Oct 26 05:52:54 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2000/09/13 11:30:41 fvdl Exp $
+# $NetBSD: Makefile,v 1.6 2000/10/26 05:52:56 garbled Exp $
DIST= ${.CURDIR}/../../crypto/dist
.PATH: ${DIST}/heimdal/kpasswd
@@ -21,7 +21,7 @@
-I${DIST}/openssl/crypto/des \
-DHAVE_CONFIG_H -DINETD_SUPPORT
-VERS!= cd ${.CURDIR}/../../lib/libvers && make print-objdir
+VERS!= cd ${.CURDIR}/../../lib/libvers && ${MAKE} print-objdir
LDADD= -lkadm5srv \
-lhdb \
diff -r c02803351076 -r da463343d220 libexec/telnetd/Makefile
--- a/libexec/telnetd/Makefile Thu Oct 26 04:53:56 2000 +0000
+++ b/libexec/telnetd/Makefile Thu Oct 26 05:52:54 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2000/08/03 22:58:33 assar Exp $
+# $NetBSD: Makefile,v 1.29 2000/10/26 05:52:56 garbled Exp $
# from: @(#)Makefile 8.2 (Berkeley) 12/15/93
.include <bsd.own.mk>
@@ -23,7 +23,7 @@
CPPFLAGS+=-I${DESTDIR}/usr/include/krb5
CPPFLAGS+=-DKRB5
-VERS!= cd ${.CURDIR}/../../lib/libvers && make print-objdir
+VERS!= cd ${.CURDIR}/../../lib/libvers && ${MAKE} print-objdir
LDADD+= -lkrb5 -lkrb -lcrypto -lasn1 -lcom_err -L${VERS} -lvers -lroken
DPADD+= ${LIBKRB5} ${LIBKRB} ${LIBCRYPTO} ${LIBASN1} ${LIBCOM_ERR} ${LIBROKEN}
Home |
Main Index |
Thread Index |
Old Index