Added missing all target
authorTheodore Tso <tytso@mit.edu>
Fri, 10 Jun 1994 15:55:24 +0000 (15:55 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 10 Jun 1994 15:55:24 +0000 (15:55 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3702 dc483132-0cff-0310-8789-dd5450dbe970

src/clients/ksu/Imakefile

index 4c95050c8b53c62ee3d2a632044a7fb9210f14d7..d34819423ba71d2eb4ad0cfc73d90cacbfa61a6b 100644 (file)
@@ -28,6 +28,8 @@ LOCAL_LIBRARIES = $(KLIB)
 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
 
+all:: ksu
+
 NormalProgramTarget(ksu,$(OBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),)
 Krb5InstallClientProgram(ksu)
 DependTarget()