add free_hstrl, hst_realm, net_read, net_write
authorJohn Kohl <jtkohl@mit.edu>
Thu, 19 Apr 1990 18:11:59 +0000 (18:11 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 19 Apr 1990 18:11:59 +0000 (18:11 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@533 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/Imakefile

index 44dd44f6498068484fdf75dfcfa9bf5c6c7ff58d..8732088c308cd000d50cfc21abfd12587077cfc3 100644 (file)
@@ -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     \