summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/rcache
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-04-03 13:03:40 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-04-03 13:03:40 +0000
commitb1b563d9f1cbab629d15a620836265eaa7d25eb2 (patch)
tree9852c2057997f493f5293492ceec2ddc7aacee9c /src/lib/krb5/rcache
parentce3674e9e989ea5ce4dc651526f5d131430d5598 (diff)
downloadkrb5-b1b563d9f1cbab629d15a620836265eaa7d25eb2.tar.gz
krb5-b1b563d9f1cbab629d15a620836265eaa7d25eb2.tar.xz
krb5-b1b563d9f1cbab629d15a620836265eaa7d25eb2.zip
add real stuff
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@453 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/rcache')
-rw-r--r--src/lib/krb5/rcache/Imakefile19
1 files changed, 16 insertions, 3 deletions
diff --git a/src/lib/krb5/rcache/Imakefile b/src/lib/krb5/rcache/Imakefile
index 93b1c6915..8cbe5ba1b 100644
--- a/src/lib/krb5/rcache/Imakefile
+++ b/src/lib/krb5/rcache/Imakefile
@@ -1,4 +1,17 @@
-/* placebo */
-all:
- @echo Placebo for lib/rcache
+NormalLibraryObjectRule()
+INCLUDES=-I.
+
+OBJS= \
+ rc_base.o \
+ rc_dfl.o \
+ rc_io.o \
+ rcache.o
+
+SRCS= \
+ rc_base.c \
+ rc_dfl.c \
+ rc_io.c \
+ rcache.c
+
+NormalLibraryTarget(rc,$(OBJS))