projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7ff4fb
)
Add depend target
author
John Carr
<jfc@mit.edu>
Tue, 2 Apr 1991 16:32:07 +0000
(16:32 +0000)
committer
John Carr
<jfc@mit.edu>
Tue, 2 Apr 1991 16:32:07 +0000
(16:32 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1978
dc483132
-0cff-0310-8789-
dd5450dbe970
src/slave/Imakefile
patch
|
blob
|
history
diff --git
a/src/slave/Imakefile
b/src/slave/Imakefile
index 1c2fb4cad0bac6184a20f7c046e68019095e0608..2ee88e669669a8cd2365abb427df746fbc85f807 100644
(file)
--- a/
src/slave/Imakefile
+++ b/
src/slave/Imakefile
@@
-18,6
+18,8
@@
CLIENTOBJS= kprop.o
SERVERSRCS= kpropd.c
SERVEROBJS= kpropd.o
+SRCS= $(CLIENTSRCS) $(SERVERSRCS)
+
all:: kprop kpropd
NormalProgramTarget(kprop,$(CLIENTOBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),)
@@
-30,3
+32,5
@@
SaberProgramTarget(kpropd, $(SERVERSRCS), $(SERVEROBJS),
saber-setup:
#setopt load_flags $(CFLAGS)
#load $(LOCAL_LIBRARIES)
+
+DependTarget()