* Makefile.in
authorRichard Basch <probe@mit.edu>
Tue, 27 Dec 1994 19:46:05 +0000 (19:46 +0000)
committerRichard 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

index 24b9d5de550a7a343a117a629a3a1a17eb8c774f..799ea423b55e6be3d998e41bd1e76f422194bc0e 100644 (file)
@@ -19,7 +19,7 @@ UCB_RLOGIN = @UCB_RLOGIN@
 UCB_RSH = @UCB_RSH@
 UCB_RCP = @UCB_RCP@
 
-RSH=   -DKRB_RLOGIN=\"$(PROGDIR)/rlogin\"
+RSH=   -DKRB5_PATH_RLOGIN=\"$(CLIENT_BINDIR)/rlogin\"
 BSD=   -DUCB_RLOGIN=\"$(UCB_RLOGIN)\" \
        -DUCB_RSH=\"$(UCB_RSH)\" -DUCB_RCP=\"$(UCB_RCP)\"