diff options
author | Damien Miller <djm@mindrot.org> | 1999-11-10 12:48:08 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 1999-11-10 12:48:08 +1100 |
commit | b77870fa7341d95024e55a116a3454e9bfe2f21e (patch) | |
tree | 51acf4d9225beead86276f8b329d97bbb63eea70 /Makefile.in | |
parent | a5cec5893460c32b4769372e12a592cf218364c4 (diff) |
- Merged several minor fixed:
- ssh-agent commandline parsing
- RPM spec file now installs ssh setuid root
- Makefile creates libdir
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index e76d74158..0d239e882 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -64,6 +64,7 @@ install: all | |||
64 | install -d $(mandir) | 64 | install -d $(mandir) |
65 | install -d $(mandir)/man1 | 65 | install -d $(mandir)/man1 |
66 | install -d $(mandir)/man8 | 66 | install -d $(mandir)/man8 |
67 | install -d $(libdir) | ||
67 | install -d $(libdir)/ssh | 68 | install -d $(libdir)/ssh |
68 | install -s -c ssh $(bindir)/ssh | 69 | install -s -c ssh $(bindir)/ssh |
69 | ln -sf ssh $(bindir)/slogin | 70 | ln -sf ssh $(bindir)/slogin |