Mercurial > dropbear
comparison Makefile.in @ 81:2a798efbb40b
dbclient works as "ssh" too
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 16 Aug 2004 14:53:49 +0000 |
parents | 0bf5cebe622c |
children | 8f26145a0997 |
comparison
equal
deleted
inserted
replaced
80:07bcdccb3577 | 81:2a798efbb40b |
---|---|
125 -chgrp 0 $(DESTDIR)$(sbindir)/$(SPREFIX)dropbear$(EXEEXT) | 125 -chgrp 0 $(DESTDIR)$(sbindir)/$(SPREFIX)dropbear$(EXEEXT) |
126 | 126 |
127 install%: $* | 127 install%: $* |
128 $(INSTALL) -d -m 755 $(DESTDIR)$(bindir) | 128 $(INSTALL) -d -m 755 $(DESTDIR)$(bindir) |
129 $(INSTALL) -m 755 $(SPREFIX)$*$(EXEEXT) $(DESTDIR)$(bindir) | 129 $(INSTALL) -m 755 $(SPREFIX)$*$(EXEEXT) $(DESTDIR)$(bindir) |
130 -chown root $(DESTDIR)$(sbindir)/$(SPREFIX)$*$(EXEEXT) | 130 -chown root $(DESTDIR)$(bindir)/$(SPREFIX)$*$(EXEEXT) |
131 -chgrp 0 $(DESTDIR)$(sbindir)/$(SPREFIX)$*$(EXEEXT) | 131 -chgrp 0 $(DESTDIR)$(bindir)/$(SPREFIX)$*$(EXEEXT) |
132 ifeq ($(MULTI), 1) | 132 ifeq ($(MULTI), 1) |
133 @echo | 133 @echo |
134 @echo "You must manually create links for $*" | 134 @echo "You must manually create links for $*" |
135 endif | 135 endif |
136 | 136 |