remove libkadm5 - it is not being used for anything useful

This commit is contained in:
assar 2001-03-04 02:33:09 +00:00
parent 93963c8db2
commit 7243e32f7d
2 changed files with 2 additions and 35 deletions

View File

@ -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 @@ SUBDIR+= libcrypto libssl
# 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

View File

@ -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>