diff options
| author | Theodore Tso <tytso@mit.edu> | 1994-06-10 15:55:24 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1994-06-10 15:55:24 +0000 |
| commit | 117e602f95c0bf7c6b745888de2ed631ebce9a32 (patch) | |
| tree | f1466f4b31a4eeefcb191b955c16269b05c1105f /src | |
| parent | 8dab0aaa3bebd6fb18c3d2a388d2e26b41d6908f (diff) | |
| download | krb5-117e602f95c0bf7c6b745888de2ed631ebce9a32.tar.gz krb5-117e602f95c0bf7c6b745888de2ed631ebce9a32.tar.xz krb5-117e602f95c0bf7c6b745888de2ed631ebce9a32.zip | |
Added missing all target
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3702 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/clients/ksu/Imakefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/clients/ksu/Imakefile b/src/clients/ksu/Imakefile index 4c95050c8..d34819423 100644 --- a/src/clients/ksu/Imakefile +++ b/src/clients/ksu/Imakefile @@ -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() |
