summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-10-29 09:39:11 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-10-29 09:39:11 +0000
commitb1cba943e20bc73cdeb346cbab63aeee3b0930f5 (patch)
tree7e3aec367f480e21488a5f12086d9f91ea91459a /src/lib
parentf267e1dd027906b7c46c7582c5f9a37e0f5fb383 (diff)
downloadkrb5-b1cba943e20bc73cdeb346cbab63aeee3b0930f5.tar.gz
krb5-b1cba943e20bc73cdeb346cbab63aeee3b0930f5.tar.xz
krb5-b1cba943e20bc73cdeb346cbab63aeee3b0930f5.zip
*** empty log message ***
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1339 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb425/Imakefile64
1 files changed, 64 insertions, 0 deletions
diff --git a/src/lib/krb425/Imakefile b/src/lib/krb425/Imakefile
new file mode 100644
index 000000000..c48540166
--- /dev/null
+++ b/src/lib/krb425/Imakefile
@@ -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})