summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1994-06-08 23:11:17 +0000
committerTheodore Tso <tytso@mit.edu>1994-06-08 23:11:17 +0000
commit2f234a21d6765280a1a3f2e0eb6dcfc08dcff955 (patch)
tree14e00c14cb25ba0518f68dd8aeadf2786aedcc99 /src
parentb25f8055ad99cc5a645a5ad363e6681d6e22a8ad (diff)
downloadkrb5-2f234a21d6765280a1a3f2e0eb6dcfc08dcff955.tar.gz
krb5-2f234a21d6765280a1a3f2e0eb6dcfc08dcff955.tar.xz
krb5-2f234a21d6765280a1a3f2e0eb6dcfc08dcff955.zip
ISI gave us the wrong Imakefile!
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3682 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/clients/ksu/Imakefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/clients/ksu/Imakefile b/src/clients/ksu/Imakefile
index c74d8e003..4c95050c8 100644
--- a/src/clients/ksu/Imakefile
+++ b/src/clients/ksu/Imakefile
@@ -25,4 +25,10 @@
DEPLIBS = $(DEPKLIB)
LOCAL_LIBRARIES = $(KLIB)
-Krb5ClientProgramTarget(ksu)
+OBJS = krb_auth_su.o ccache.o authorization.o main.o heuristic.o
+SRCS = krb_auth_su.c ccache.c authorization.c main.c heuristic.c
+
+NormalProgramTarget(ksu,$(OBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),)
+Krb5InstallClientProgram(ksu)
+DependTarget()
+