add full_ipadr, port2ip
authorJohn Kohl <jtkohl@mit.edu>
Mon, 25 Feb 1991 11:38:08 +0000 (11:38 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 25 Feb 1991 11:38:08 +0000 (11:38 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1772 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/Imakefile

index 9d1332d90edb51f389b74250a6be44f86228533e..94b839fd6983e352849313a2f2455d45b2584301 100644 (file)
@@ -15,6 +15,7 @@ OBJS= \
        ccdefname.o     \
        free_krbhs.o    \
        free_hstrl.o    \
+       full_ipadr.o    \
        get_krbhst.o    \
        hst_realm.o     \
        ktdefname.o     \
@@ -25,6 +26,7 @@ OBJS= \
        net_read.o      \
        net_write.o     \
        osconfig.o      \
+       port2ip.o       \
        rnd_confoun.o   \
        read_pwd.o      \
        sendto_kdc.o    \
@@ -38,6 +40,7 @@ SRCS= \
        ccdefname.c     \
        free_krbhs.c    \
        free_hstrl.c    \
+       full_ipadr.c    \
        get_krbhst.c    \
        hst_realm.c     \
        ktdefname.c     \
@@ -49,6 +52,7 @@ SRCS= \
        net_write.c     \
        osconfig.c      \
        read_pwd.c      \
+       port2ip.c       \
        rnd_confoun.c   \
        sendto_kdc.c    \
        timeofday.c     \