add gen_port, gen_rname
authorJohn Kohl <jtkohl@mit.edu>
Mon, 25 Feb 1991 15:50:12 +0000 (15:50 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 25 Feb 1991 15:50:12 +0000 (15:50 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1780 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/Imakefile

index 94b839fd6983e352849313a2f2455d45b2584301..7a620cf57705bd964d691bd8e25a75738a4a49b9 100644 (file)
@@ -2,7 +2,8 @@
 #      $Author$
 #      $Id$
 #
-#  Copyright 1990 by the Massachusetts Institute of Technology.
+#  Copyright 1990,1991 by the Massachusetts Institute of Technology.
+#  All Rights Reserved.
 # 
 #  For copying and distribution information, please see the file
 #  <krb5/copyright.h>.
@@ -17,6 +18,8 @@ OBJS= \
        free_hstrl.o    \
        full_ipadr.o    \
        get_krbhst.o    \
+       gen_port.o      \
+       gen_rname.o     \
        hst_realm.o     \
        ktdefname.o     \
        kuserok.o       \
@@ -42,6 +45,8 @@ SRCS= \
        free_hstrl.c    \
        full_ipadr.c    \
        get_krbhst.c    \
+       gen_port.c      \
+       gen_rname.c     \
        hst_realm.c     \
        ktdefname.c     \
        kuserok.c       \