Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib remove libkadm5 - it is not being used for anything useful
details: https://anonhg.NetBSD.org/src/rev/ea5440db771e
branches: trunk
changeset: 504478:ea5440db771e
user: assar <assar%NetBSD.org@localhost>
date: Sun Mar 04 02:33:09 2001 +0000
description:
remove libkadm5 - it is not being used for anything useful
diffstat:
lib/Makefile | 4 ++--
lib/libkadm5/Makefile | 33 ---------------------------------
2 files changed, 2 insertions(+), 35 deletions(-)
diffs (55 lines):
diff -r 363619e61b35 -r ea5440db771e lib/Makefile
--- a/lib/Makefile Sun Mar 04 01:51:05 2001 +0000
+++ b/lib/Makefile Sun Mar 04 02:33:09 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2001/01/25 09:16:38 itojun Exp $
+# $NetBSD: Makefile,v 1.71 2001/03/04 02:33:09 assar Exp $
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
.include <bsd.own.mk>
@@ -16,7 +16,7 @@
# Heimdal Kerberos 5 libraries
SUBDIR+= libroken libvers libcom_err libsl libss libasn1 libkrb5 libhdb \
- libkadm5 libkadm5srv libkadm5clnt libgssapi
+ libkadm5srv libkadm5clnt libgssapi
# KTH Kerberos 4 libraries
SUBDIR+= libkrb libkdb libkadm libkafs
diff -r 363619e61b35 -r ea5440db771e lib/libkadm5/Makefile
--- a/lib/libkadm5/Makefile Sun Mar 04 01:51:05 2001 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-# $NetBSD: Makefile,v 1.6 2001/02/12 23:24:34 cgd Exp $
-
-.include <bsd.own.mk>
-
-DIST= ${.CURDIR}/../../crypto/dist
-.PATH: ${DIST}/heimdal/lib/kadm5
-
-WARNS?= 1
-MKLINT= no
-
-all: depend
-
-depend: kadm5_err.c kadm5_err.h
-
-COMPILEET!= cd ${.CURDIR}/../libcom_err/compile_et && ${PRINTOBJDIR}
-
-kadm5_err.c kadm5_err.h: kadm5_err.et
- ${COMPILEET}/compile_et ${DIST}/heimdal/lib/kadm5/kadm5_err.et
-
-clean cleandir distclean:
- rm -f kadm5_err.c kadm5_err.h
-
-cleanhtml:
-
-INCSDIR= /usr/include/krb5
-
-INCS= kadm5_err.h
-
-.include <bsd.own.mk>
-.include <bsd.inc.mk>
-.include <bsd.dep.mk>
-.include <bsd.depall.mk>
-.include <bsd.obj.mk>
Home |
Main Index |
Thread Index |
Old Index