*** empty log message ***
authorJohn Kohl <jtkohl@mit.edu>
Mon, 29 Oct 1990 09:39:11 +0000 (09:39 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 29 Oct 1990 09:39:11 +0000 (09:39 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1339 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb425/Imakefile [new file with mode: 0644]

diff --git a/src/lib/krb425/Imakefile b/src/lib/krb425/Imakefile
new file mode 100644 (file)
index 0000000..c485401
--- /dev/null
@@ -0,0 +1,64 @@
+#      $Source$
+#      $Author$
+#      $Id$
+#
+#  Copyright 1990 by the Massachusetts Institute of Technology.
+# 
+#  For copying and distribution information, please see the file
+#  <krb5/copyright.h>.
+# 
+NormalLibraryObjectRule()
+
+INCLUDES=-I./include -I$(TOP)
+
+OBJS=  425data.o \
+       425error.o \
+       des_sched.o \
+       err_txt.o \
+       get_cred.o \
+       get_krbhst.o \
+       get_lrealm.o \
+       get_phost.o \
+       kn_parse.o \
+       kntoln.o \
+       kparse.o \
+       kuserok.o \
+       mk_priv.o \
+       mk_req.o \
+       mk_safe.o \
+       net_read.o \
+       net_write.o \
+       rd_priv.o \
+       rd_req.o \
+       rd_safe.o \
+       realmhost.o \
+       recvauth.o \
+       sendauth.o \
+       set_key.o
+
+SRCS=  425data.c \
+       425error.c \
+       des_sched.c \
+       err_txt.c \
+       get_cred.c \
+       get_krbhst.c \
+       get_lrealm.c \
+       get_phost.c \
+       kn_parse.c \
+       kntoln.c \
+       kparse.c \
+       kuserok.c \
+       mk_priv.c \
+       mk_req.c \
+       mk_safe.c \
+       net_read.c \
+       net_write.c \
+       rd_priv.c \
+       rd_req.c \
+       rd_safe.c \
+       realmhost.c \
+       recvauth.c \
+       sendauth.c \
+       set_key.c
+
+NormalLibraryTarget(krb425,${OBJS})