comparison Makefile.in @ 1049:01eea88963f3 fastopen

merge from default
author Matt Johnston <matt@ucc.asn.au>
date Sat, 28 Feb 2015 09:06:40 +0800
parents 0da8ba489c23 7c899f24a85b
children 82e2037d34ea
comparison
equal deleted inserted replaced
1048:9cec9ed503bb 1049:01eea88963f3
138 -rm -f $(DESTDIR)$(bindir)/$*$(EXEEXT) 138 -rm -f $(DESTDIR)$(bindir)/$*$(EXEEXT)
139 -ln -s $(bindir)/dropbearmulti$(EXEEXT) $(DESTDIR)$(bindir)/$*$(EXEEXT) 139 -ln -s $(bindir)/dropbearmulti$(EXEEXT) $(DESTDIR)$(bindir)/$*$(EXEEXT)
140 $(INSTALL) -d $(DESTDIR)$(mandir)/man1 140 $(INSTALL) -d $(DESTDIR)$(mandir)/man1
141 if test -e $*.1; then $(INSTALL) -m 644 $*.1 $(DESTDIR)$(mandir)/man1/$*.1; fi 141 if test -e $*.1; then $(INSTALL) -m 644 $*.1 $(DESTDIR)$(mandir)/man1/$*.1; fi
142 142
143 # dropbear should go in sbin, so it needs a seperate rule 143 # dropbear should go in sbin, so it needs a separate rule
144 inst_dropbear: dropbear 144 inst_dropbear: dropbear
145 $(INSTALL) -d $(DESTDIR)$(sbindir) 145 $(INSTALL) -d $(DESTDIR)$(sbindir)
146 $(INSTALL) dropbear$(EXEEXT) $(DESTDIR)$(sbindir) 146 $(INSTALL) dropbear$(EXEEXT) $(DESTDIR)$(sbindir)
147 $(INSTALL) -d $(DESTDIR)$(mandir)/man8 147 $(INSTALL) -d $(DESTDIR)$(mandir)/man8
148 $(INSTALL) -m 644 $(srcdir)/dropbear.8 $(DESTDIR)$(mandir)/man8/dropbear.8 148 $(INSTALL) -m 644 $(srcdir)/dropbear.8 $(DESTDIR)$(mandir)/man8/dropbear.8