diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-07-03 12:48:41 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-07-03 12:48:41 +0000 |
| commit | 2a13426d4aeaa1fe0caf0a7d9041198b02967df9 (patch) | |
| tree | adfdec27b48d6d10d9e31876a35e116a9dea7d5b /src | |
| parent | c55afccd4c695195aee3d3d62bf1cd00ee81988b (diff) | |
add default ops file
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1025 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/krb5/ccache/file/Imakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/krb5/ccache/file/Imakefile b/src/lib/krb5/ccache/file/Imakefile index a9f8ea4fc..715259422 100644 --- a/src/lib/krb5/ccache/file/Imakefile +++ b/src/lib/krb5/ccache/file/Imakefile @@ -13,13 +13,13 @@ OBJS = fcc_close.o fcc_destry.o fcc_eseq.o \ fcc_gennew.o fcc_getnam.o fcc_gprin.o fcc_init.o \ fcc_nseq.o fcc_read.o fcc_reslv.o fcc_retrv.o \ fcc_sseq.o fcc_store.o fcc_skip.o fcc_ops.o fcc_write.o \ - fcc_sflags.o + fcc_sflags.o fcc_defops.o SRCS = fcc_close.c fcc_destry.c fcc_eseq.c \ fcc_gennew.c fcc_getnam.c fcc_gprin.c fcc_init.c \ fcc_nseq.c fcc_read.c fcc_reslv.c fcc_retrv.c \ fcc_sseq.c fcc_store.c fcc_skip.c fcc_ops.c fcc_write.c \ - fcc_sflags.c + fcc_sflags.c fcc_defops.c all:: ${OBJS} |
