Lines 1-22
Link Here
|
1 |
--- Makefile.in.orig Sat Oct 11 10:08:19 2003 |
1 |
--- Makefile.in.orig Tue Dec 16 06:14:06 2003 |
2 |
+++ Makefile.in Sat Oct 11 14:58:58 2003 |
2 |
+++ Makefile.in Tue Dec 16 10:57:36 2003 |
3 |
@@ -46,14 +46,11 @@ |
3 |
@@ -53,15 +53,9 @@ |
4 |
-strip dropbearconvert |
4 |
-$(STRIP) dropbearconvert |
5 |
|
5 |
|
6 |
install: all |
6 |
install: all |
7 |
- install -d -m 755 $(DESTDIR)$(sbindir) |
7 |
- $(INSTALL) -d -m 755 $(DESTDIR)$(sbindir) |
8 |
- install -d -m 755 $(DESTDIR)$(bindir) |
8 |
- $(INSTALL) -d -m 755 $(DESTDIR)$(bindir) |
9 |
- install -m 755 dropbear $(DESTDIR)$(sbindir) |
9 |
- $(INSTALL) -m 755 dropbear $(DESTDIR)$(sbindir) |
10 |
- install -m 755 dropbearkey $(DESTDIR)$(bindir) |
10 |
- $(INSTALL) -m 755 dropbearkey $(DESTDIR)$(bindir) |
11 |
- install -m 755 dropbearconvert $(DESTDIR)$(bindir) |
11 |
- $(INSTALL) -m 755 dropbearconvert $(DESTDIR)$(bindir) |
|
|
12 |
- # chown might fail, so do it separately to the install |
12 |
- -chown root:root $(DESTDIR)$(sbindir)/dropbear |
13 |
- -chown root:root $(DESTDIR)$(sbindir)/dropbear |
13 |
- -chown root:root $(DESTDIR)$(bindir)/dropbearkey |
14 |
- -chown root:root $(DESTDIR)$(bindir)/dropbearkey |
14 |
- -chown root:root $(DESTDIR)$(bindir)/dropbearconvert |
15 |
- -chown root:root $(DESTDIR)$(bindir)/dropbearconvert |
15 |
+ ${INSTALL} -d -m 755 $(DESTDIR)$(sbindir) |
16 |
+ $(BSD_INSTALL_PROGRAM) -m 755 dropbear $(DESTDIR)$(sbindir) |
16 |
+ ${INSTALL} -d -m 755 $(DESTDIR)$(bindir) |
17 |
+ $(BSD_INSTALL_PROGRAM) -m 755 dropbearkey $(DESTDIR)$(bindir) |
17 |
+ ${INSTALL_PROGRAM} dropbear $(DESTDIR)$(sbindir) |
18 |
+ $(BSD_INSTALL_PROGRAM) -m 755 dropbearconvert $(DESTDIR)$(bindir) |
18 |
+ ${INSTALL_PROGRAM} dropbearkey $(DESTDIR)$(bindir) |
|
|
19 |
+ ${INSTALL_PROGRAM} dropbearconvert $(DESTDIR)$(bindir) |
20 |
|
19 |
|
21 |
|
20 |
|
22 |
static: dropbear-static dropbearkey-static dropbearconvert-static |
21 |
static: dropbear-static dropbearkey-static dropbearconvert-static |