From: John Kohl Date: Mon, 25 Feb 1991 15:50:12 +0000 (+0000) Subject: add gen_port, gen_rname X-Git-Tag: krb5-1.0-alpha4~192 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d0f3f9b928757b7e2deb9702eed50d919230434e;p=krb5.git add gen_port, gen_rname git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1780 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/os/Imakefile b/src/lib/krb5/os/Imakefile index 94b839fd6..7a620cf57 100644 --- a/src/lib/krb5/os/Imakefile +++ b/src/lib/krb5/os/Imakefile @@ -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 # . @@ -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 \