projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d512a68
)
add 'all' line
author
John Kohl
<jtkohl@mit.edu>
Fri, 11 May 1990 15:47:36 +0000
(15:47 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Fri, 11 May 1990 15:47:36 +0000
(15:47 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@840
dc483132
-0cff-0310-8789-
dd5450dbe970
src/appl/sample/Imakefile
patch
|
blob
|
history
diff --git
a/src/appl/sample/Imakefile
b/src/appl/sample/Imakefile
index 9e5449be2148f02f822951dde4aebc1222f028d3..a4ae485594adb15802fc86c651bd0abfaadb1ad1 100644
(file)
--- a/
src/appl/sample/Imakefile
+++ b/
src/appl/sample/Imakefile
@@
-4,5
+4,7
@@
LOCAL_LIBRARIES = $(KLIB)
CLIENTOBJS= sclient.o
SERVEROBJS= sserver.o
+all:: sclient sserver
+
NormalProgramTarget(sclient,$(CLIENTOBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),)
NormalProgramTarget(sserver,$(SERVEROBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),)