diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-07-03 11:56:32 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-07-03 11:56:32 +0000 |
| commit | ae828206b569862d85f76e0cfb088b59ff0b59dc (patch) | |
| tree | 70defb05f95876ec545c3903b0d008572b5e4417 | |
| parent | 3dae23803ce2a2cf0b57da7f98bd10b24c886d61 (diff) | |
remove ktresolve as well
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1023 dc483132-0cff-0310-8789-dd5450dbe970
| -rw-r--r-- | src/lib/krb5/keytab/Imakefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/krb5/keytab/Imakefile b/src/lib/krb5/keytab/Imakefile index 82bd3b826..d693fee8a 100644 --- a/src/lib/krb5/keytab/Imakefile +++ b/src/lib/krb5/keytab/Imakefile @@ -21,7 +21,6 @@ OBJS= \ ktdefault.o \ ktfr_entry.o \ ktremove.o \ - ktresolve.o \ read_servi.o SRCS= \ @@ -30,7 +29,6 @@ SRCS= \ ktdefault.c \ ktfr_entry.c \ ktremove.c \ - ktresolve.c \ read_servi.c OtherdirLibraryTarget($(TOP)/lib,krb5,$(OBJS)) |
