Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src update build infrastructure for heimdal 0.3a
details: https://anonhg.NetBSD.org/src/rev/04fb47f4c9d4
branches: trunk
changeset: 495700:04fb47f4c9d4
user: assar <assar%NetBSD.org@localhost>
date: Thu Aug 03 04:02:29 2000 +0000
description:
update build infrastructure for heimdal 0.3a
diffstat:
libexec/hprop/Makefile | 6 ++++--
libexec/hpropd/Makefile | 6 +++---
libexec/kadmind/Makefile | 6 ++++--
libexec/kdc/Makefile | 3 ++-
libexec/kfd/Makefile | 3 ++-
libexec/kpasswdd/Makefile | 3 ++-
libexec/telnetd/Makefile | 4 ++--
usr.bin/compile_et/Makefile | 5 +++--
usr.bin/kdestroy/Makefile | 3 ++-
usr.bin/kf/Makefile | 3 ++-
usr.bin/kinit/Makefile | 3 ++-
usr.bin/klist/Makefile | 3 ++-
usr.bin/kpasswd/Makefile | 3 ++-
usr.bin/login/Makefile | 4 ++--
usr.bin/mk_cmds/Makefile | 5 +++--
usr.bin/passwd/Makefile | 4 ++--
usr.bin/string2key/Makefile | 3 ++-
usr.bin/su/Makefile | 4 ++--
usr.bin/telnet/Makefile | 4 ++--
19 files changed, 45 insertions(+), 30 deletions(-)
diffs (truncated from 362 to 300 lines):
diff -r c0554f1e7f33 -r 04fb47f4c9d4 libexec/hprop/Makefile
--- a/libexec/hprop/Makefile Thu Aug 03 03:54:21 2000 +0000
+++ b/libexec/hprop/Makefile Thu Aug 03 04:02:29 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/06/16 23:41:40 thorpej Exp $
+# $NetBSD: Makefile,v 1.3 2000/08/03 04:09:27 assar Exp $
DIST= ${.CURDIR}/../../crypto/dist
.PATH: ${DIST}/heimdal/kdc
@@ -8,7 +8,8 @@
PROG= hprop
SRCS= hprop.c \
- hprop-common.c
+ mit_dump.c \
+ v4_dump.c
CPPFLAGS+= -I. \
-I${DIST}/heimdal/kdc \
@@ -32,6 +33,7 @@
-lcrypto \
-lasn1 \
-lcom_err \
+ -lvers \
-lroken \
-lcrypt
diff -r c0554f1e7f33 -r 04fb47f4c9d4 libexec/hpropd/Makefile
--- a/libexec/hpropd/Makefile Thu Aug 03 03:54:21 2000 +0000
+++ b/libexec/hpropd/Makefile Thu Aug 03 04:02:29 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/06/16 23:41:41 thorpej Exp $
+# $NetBSD: Makefile,v 1.3 2000/08/03 04:09:28 assar Exp $
DIST= ${.CURDIR}/../../crypto/dist
.PATH: ${DIST}/heimdal/kdc
@@ -7,8 +7,7 @@
PROG= hpropd
-SRCS= hpropd.c \
- hprop-common.c
+SRCS= hpropd.c
CPPFLAGS+= -I. \
-I${DIST}/heimdal/kdc \
@@ -31,6 +30,7 @@
-lcrypto \
-lasn1 \
-lcom_err \
+ -lvers \
-lroken \
-lcrypt
diff -r c0554f1e7f33 -r 04fb47f4c9d4 libexec/kadmind/Makefile
--- a/libexec/kadmind/Makefile Thu Aug 03 03:54:21 2000 +0000
+++ b/libexec/kadmind/Makefile Thu Aug 03 04:02:29 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/06/16 23:41:41 thorpej Exp $
+# $NetBSD: Makefile,v 1.3 2000/08/03 04:09:28 assar Exp $
DIST= ${.CURDIR}/../../crypto/dist
.PATH: ${DIST}/heimdal/kadmin
@@ -9,7 +9,8 @@
SRCS= kadmind.c \
server.c \
- version4.c
+ version4.c \
+ kadm_conn.c
CPPFLAGS+= -I. \
-I${DIST}/heimdal/kadmin \
@@ -34,6 +35,7 @@
-lcrypto \
-lasn1 \
-lcom_err \
+ -lvers \
-lroken \
-lcrypt
diff -r c0554f1e7f33 -r 04fb47f4c9d4 libexec/kdc/Makefile
--- a/libexec/kdc/Makefile Thu Aug 03 03:54:21 2000 +0000
+++ b/libexec/kdc/Makefile Thu Aug 03 04:02:29 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/06/16 23:41:41 thorpej Exp $
+# $NetBSD: Makefile,v 1.3 2000/08/03 04:09:29 assar Exp $
DIST= ${.CURDIR}/../../crypto/dist
.PATH: ${DIST}/heimdal/kdc
@@ -39,6 +39,7 @@
-lcrypto \
-lasn1 \
-lcom_err \
+ -lvers \
-lroken \
-lcrypt
diff -r c0554f1e7f33 -r 04fb47f4c9d4 libexec/kfd/Makefile
--- a/libexec/kfd/Makefile Thu Aug 03 03:54:21 2000 +0000
+++ b/libexec/kfd/Makefile Thu Aug 03 04:02:29 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/07/02 07:39:40 assar Exp $
+# $NetBSD: Makefile,v 1.4 2000/08/03 04:09:29 assar Exp $
DIST= ${.CURDIR}/../../crypto/dist
.PATH: ${DIST}/heimdal/appl/kf
@@ -19,6 +19,7 @@
-lcrypto \
-lasn1 \
-lcom_err \
+ -lvers \
-lroken \
-lcrypt
diff -r c0554f1e7f33 -r 04fb47f4c9d4 libexec/kpasswdd/Makefile
--- a/libexec/kpasswdd/Makefile Thu Aug 03 03:54:21 2000 +0000
+++ b/libexec/kpasswdd/Makefile Thu Aug 03 04:02:29 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/06/16 23:41:42 thorpej Exp $
+# $NetBSD: Makefile,v 1.3 2000/08/03 04:09:29 assar Exp $
DIST= ${.CURDIR}/../../crypto/dist
.PATH: ${DIST}/heimdal/kpasswd
@@ -27,6 +27,7 @@
-lcrypto \
-lasn1 \
-lcom_err \
+ -lvers \
-lroken \
-lcrypt
diff -r c0554f1e7f33 -r 04fb47f4c9d4 libexec/telnetd/Makefile
--- a/libexec/telnetd/Makefile Thu Aug 03 03:54:21 2000 +0000
+++ b/libexec/telnetd/Makefile Thu Aug 03 04:02:29 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2000/06/23 06:01:14 thorpej Exp $
+# $NetBSD: Makefile,v 1.26 2000/08/03 04:09:30 assar 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
-LDADD+= -lkrb5 -lkrb -lcrypto -lasn1 -lcom_err -lroken
+LDADD+= -lkrb5 -lkrb -lcrypto -lasn1 -lcom_err -lvers -lroken
DPADD+= ${LIBKRB5} ${LIBKRB} ${LIBCRYPTO} ${LIBASN1} ${LIBCOM_ERR} ${LIBROKEN}
.endif
diff -r c0554f1e7f33 -r 04fb47f4c9d4 usr.bin/compile_et/Makefile
--- a/usr.bin/compile_et/Makefile Thu Aug 03 03:54:21 2000 +0000
+++ b/usr.bin/compile_et/Makefile Thu Aug 03 04:02:29 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/06/16 23:57:18 thorpej Exp $
+# $NetBSD: Makefile,v 1.3 2000/08/03 04:02:29 assar Exp $
DIST= ${.CURDIR}/../../crypto/dist
.PATH: ${DIST}/heimdal/lib/com_err
@@ -17,7 +17,8 @@
-I${DESTDIR}/usr/include/krb5 \
-DHAVE_CONFIG_H
-LDADD= -lroken \
+LDADD= -lvers \
+ -lroken \
-lcrypt
NOMAN= noman
diff -r c0554f1e7f33 -r 04fb47f4c9d4 usr.bin/kdestroy/Makefile
--- a/usr.bin/kdestroy/Makefile Thu Aug 03 03:54:21 2000 +0000
+++ b/usr.bin/kdestroy/Makefile Thu Aug 03 04:02:29 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/06/16 23:57:18 thorpej Exp $
+# $NetBSD: Makefile,v 1.3 2000/08/03 04:02:30 assar Exp $
DIST= ${.CURDIR}/../../crypto/dist
.PATH: ${DIST}/heimdal/kuser
@@ -25,6 +25,7 @@
-lcrypto \
-lasn1 \
-lcom_err \
+ -lvers \
-lroken \
-lcrypt
diff -r c0554f1e7f33 -r 04fb47f4c9d4 usr.bin/kf/Makefile
--- a/usr.bin/kf/Makefile Thu Aug 03 03:54:21 2000 +0000
+++ b/usr.bin/kf/Makefile Thu Aug 03 04:02:29 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/07/02 07:39:39 assar Exp $
+# $NetBSD: Makefile,v 1.4 2000/08/03 04:02:30 assar Exp $
DIST= ${.CURDIR}/../../crypto/dist
.PATH: ${DIST}/heimdal/appl/kf
@@ -19,6 +19,7 @@
-lcrypto \
-lasn1 \
-lcom_err \
+ -lvers \
-lroken \
-lcrypt
diff -r c0554f1e7f33 -r 04fb47f4c9d4 usr.bin/kinit/Makefile
--- a/usr.bin/kinit/Makefile Thu Aug 03 03:54:21 2000 +0000
+++ b/usr.bin/kinit/Makefile Thu Aug 03 04:02:29 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/06/16 23:57:19 thorpej Exp $
+# $NetBSD: Makefile,v 1.3 2000/08/03 04:02:31 assar Exp $
DIST= ${.CURDIR}/../../crypto/dist
.PATH: ${DIST}/heimdal/kuser
@@ -25,6 +25,7 @@
-lcrypto \
-lasn1 \
-lcom_err \
+ -lvers \
-lroken \
-lcrypt
diff -r c0554f1e7f33 -r 04fb47f4c9d4 usr.bin/klist/Makefile
--- a/usr.bin/klist/Makefile Thu Aug 03 03:54:21 2000 +0000
+++ b/usr.bin/klist/Makefile Thu Aug 03 04:02:29 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/06/16 23:57:19 thorpej Exp $
+# $NetBSD: Makefile,v 1.3 2000/08/03 04:02:31 assar Exp $
DIST= ${.CURDIR}/../../crypto/dist
.PATH: ${DIST}/heimdal/kuser
@@ -25,6 +25,7 @@
-lcrypto \
-lasn1 \
-lcom_err \
+ -lvers \
-lroken \
-lcrypt
diff -r c0554f1e7f33 -r 04fb47f4c9d4 usr.bin/kpasswd/Makefile
--- a/usr.bin/kpasswd/Makefile Thu Aug 03 03:54:21 2000 +0000
+++ b/usr.bin/kpasswd/Makefile Thu Aug 03 04:02:29 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/06/16 23:57:19 thorpej Exp $
+# $NetBSD: Makefile,v 1.3 2000/08/03 04:02:31 assar Exp $
DIST= ${.CURDIR}/../../crypto/dist
.PATH: ${DIST}/heimdal/kpasswd
@@ -21,6 +21,7 @@
-lcrypto \
-lasn1 \
-lcom_err \
+ -lvers \
-lroken \
-lcrypt
diff -r c0554f1e7f33 -r 04fb47f4c9d4 usr.bin/login/Makefile
--- a/usr.bin/login/Makefile Thu Aug 03 03:54:21 2000 +0000
+++ b/usr.bin/login/Makefile Thu Aug 03 04:02:29 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2000/07/23 22:23:14 mycroft Exp $
+# $NetBSD: Makefile,v 1.32 2000/08/03 04:02:31 assar Exp $
# @(#)Makefile 8.1 (Berkeley) 7/19/93
.include <bsd.own.mk>
@@ -27,7 +27,7 @@
CPPFLAGS+=-DKERBEROS -I${DESTDIR}/usr/include/kerberosIV
LDADD+= -lkrb
-LDADD+= -lcrypto -lroken -lcom_err
+LDADD+= -lcrypto -lvers -lroken -lcom_err
.endif
.include <bsd.prog.mk>
diff -r c0554f1e7f33 -r 04fb47f4c9d4 usr.bin/mk_cmds/Makefile
--- a/usr.bin/mk_cmds/Makefile Thu Aug 03 03:54:21 2000 +0000
+++ b/usr.bin/mk_cmds/Makefile Thu Aug 03 04:02:29 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/06/16 23:57:19 thorpej Exp $
+# $NetBSD: Makefile,v 1.3 2000/08/03 04:02:32 assar Exp $
DIST= ${.CURDIR}/../../crypto/dist
.PATH: ${DIST}/heimdal/lib/sl
@@ -17,7 +17,8 @@
-I${DESTDIR}/usr/include/krb5 \
-DHAVE_CONFIG_H
-LDADD= -lroken \
+LDADD= -lvers \
+ -lroken \
-lcrypt
NOMAN= noman
diff -r c0554f1e7f33 -r 04fb47f4c9d4 usr.bin/passwd/Makefile
--- a/usr.bin/passwd/Makefile Thu Aug 03 03:54:21 2000 +0000
+++ b/usr.bin/passwd/Makefile Thu Aug 03 04:02:29 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2000/07/06 11:16:50 ad Exp $
+# $NetBSD: Makefile,v 1.28 2000/08/03 04:02:32 assar Exp $
# from: @(#)Makefile 8.3 (Berkeley) 4/2/94
.include <bsd.own.mk>
Home |
Main Index |
Thread Index |
Old Index