diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-04-19 18:11:59 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-04-19 18:11:59 +0000 |
| commit | c321b5d6e6e23b243614edd6ce274e0c70510780 (patch) | |
| tree | 94d9a8eaa55d6bb981c1faf8bae60e505c55960f /src/lib | |
| parent | a7569c811171d04dc1d1d9ba6f6132842d0c7ddf (diff) | |
add free_hstrl, hst_realm, net_read, net_write
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@533 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/krb5/os/Imakefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/krb5/os/Imakefile b/src/lib/krb5/os/Imakefile index 44dd44f64..8732088c3 100644 --- a/src/lib/krb5/os/Imakefile +++ b/src/lib/krb5/os/Imakefile @@ -5,11 +5,15 @@ OBJS= \ def_realm.o \ defname.o \ free_krbhs.o \ + free_hstrl.o \ get_krbhst.o \ + hst_realm.o \ localaddr.o \ locate_kdc.o \ lock_file.o \ mstime.o \ + net_read.o \ + net_write.o \ read_pwd.o \ sendto_kdc.o \ timeofday.o \ @@ -20,11 +24,15 @@ SRCS= \ def_realm.c \ defname.c \ free_krbhs.c \ + free_hstrl.c \ get_krbhst.c \ + hst_realm.c \ localaddr.c \ locate_kdc.c \ lock_file.c \ mstime.c \ + net_read.c \ + net_write.c \ read_pwd.c \ sendto_kdc.c \ timeofday.c \ |
