add rnd_confoun.c
authorJohn Kohl <jtkohl@mit.edu>
Wed, 23 May 1990 10:22:23 +0000 (10:22 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Wed, 23 May 1990 10:22:23 +0000 (10:22 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@903 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/Imakefile

index 4e92941a8bb216b436fc4b82581419482e3ebe61..47f78f0b25f9c89e008f1a2464aeef5a6f60f7bc 100644 (file)
@@ -17,6 +17,7 @@ OBJS= \
        net_read.o      \
        net_write.o     \
        osconfig.o      \
+       rnd_confoun.o   \
        read_pwd.o      \
        sendto_kdc.o    \
        timeofday.o     \
@@ -40,6 +41,7 @@ SRCS= \
        net_write.c     \
        osconfig.c      \
        read_pwd.c      \
+       rnd_confoun.c   \
        sendto_kdc.c    \
        timeofday.c     \
        unlck_file.c