ISI gave us the wrong Imakefile!
authorTheodore Tso <tytso@mit.edu>
Wed, 8 Jun 1994 23:11:17 +0000 (23:11 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 8 Jun 1994 23:11:17 +0000 (23:11 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3682 dc483132-0cff-0310-8789-dd5450dbe970

src/clients/ksu/Imakefile

index c74d8e003429dbb65b29dccdf48fa69a02c7b822..4c95050c8b53c62ee3d2a632044a7fb9210f14d7 100644 (file)
         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()
+