Added read_msg.c and write_msg.c
authorTheodore Tso <tytso@mit.edu>
Thu, 28 Mar 1991 17:50:56 +0000 (17:50 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 28 Mar 1991 17:50:56 +0000 (17:50 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1955 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/Imakefile

index b30094f8d3b511a420a8cc670d90bacc86c9643b..194ccf95334a89200517b9d771141ec4605b8f98 100644 (file)
@@ -31,7 +31,9 @@ OBJS= \
        osconfig.o      \
        port2ip.o       \
        rnd_confoun.o   \
+       read_msg.o      \
        read_pwd.o      \
+       send_msg.o      \
        sendto_kdc.o    \
        sn2princ.o      \
        timeofday.o     \
@@ -57,9 +59,11 @@ SRCS= \
        net_read.c      \
        net_write.c     \
        osconfig.c      \
+       read_msg.c      \
        read_pwd.c      \
        port2ip.c       \
        rnd_confoun.c   \
+       send_msg.c      \
        sendto_kdc.c    \
        sn2princ.c      \
        timeofday.c     \