projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f8358c
)
* Makefile.in
author
Richard Basch
<probe@mit.edu>
Tue, 27 Dec 1994 19:46:05 +0000
(19:46 +0000)
committer
Richard Basch
<probe@mit.edu>
Tue, 27 Dec 1994 19:46:05 +0000
(19:46 +0000)
Fixed the "krlogin" program define for "krsh"
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4757
dc483132
-0cff-0310-8789-
dd5450dbe970
src/appl/bsd/Makefile.in
patch
|
blob
|
history
diff --git
a/src/appl/bsd/Makefile.in
b/src/appl/bsd/Makefile.in
index 24b9d5de550a7a343a117a629a3a1a17eb8c774f..799ea423b55e6be3d998e41bd1e76f422194bc0e 100644
(file)
--- a/
src/appl/bsd/Makefile.in
+++ b/
src/appl/bsd/Makefile.in
@@
-19,7
+19,7
@@
UCB_RLOGIN = @UCB_RLOGIN@
UCB_RSH = @UCB_RSH@
UCB_RCP = @UCB_RCP@
-RSH= -DKRB
_RLOGIN=\"$(PROG
DIR)/rlogin\"
+RSH= -DKRB
5_PATH_RLOGIN=\"$(CLIENT_BIN
DIR)/rlogin\"
BSD= -DUCB_RLOGIN=\"$(UCB_RLOGIN)\" \
-DUCB_RSH=\"$(UCB_RSH)\" -DUCB_RCP=\"$(UCB_RCP)\"