projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8dab0aa
)
Added missing all target
author
Theodore Tso
<tytso@mit.edu>
Fri, 10 Jun 1994 15:55:24 +0000
(15:55 +0000)
committer
Theodore 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
patch
|
blob
|
history
diff --git
a/src/clients/ksu/Imakefile
b/src/clients/ksu/Imakefile
index 4c95050c8b53c62ee3d2a632044a7fb9210f14d7..d34819423ba71d2eb4ad0cfc73d90cacbfa61a6b 100644
(file)
--- 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()