projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a22cb9f
)
add kuserok
author
John Kohl
<jtkohl@mit.edu>
Wed, 16 May 1990 17:57:23 +0000
(17:57 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Wed, 16 May 1990 17:57:23 +0000
(17:57 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@858
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/krb5/os/Imakefile
patch
|
blob
|
history
diff --git
a/src/lib/krb5/os/Imakefile
b/src/lib/krb5/os/Imakefile
index 513e5845fc6e64578fcfb27516376d03cb0c22e7..4e92941a8bb216b436fc4b82581419482e3ebe61 100644
(file)
--- a/
src/lib/krb5/os/Imakefile
+++ b/
src/lib/krb5/os/Imakefile
@@
-9,6
+9,7
@@
OBJS= \
get_krbhst.o \
hst_realm.o \
ktdefname.o \
+ kuserok.o \
localaddr.o \
locate_kdc.o \
lock_file.o \
@@
-30,6
+31,7
@@
SRCS= \
get_krbhst.c \
hst_realm.c \
ktdefname.c \
+ kuserok.c \
localaddr.c \
locate_kdc.c \
lock_file.c \