summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb5/os/Imakefile7
1 files changed, 6 insertions, 1 deletions
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
# <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 \