diff options
| author | Michael Forney <mforney@mforney.org> | 2016-11-19 21:08:27 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-11-20 16:14:20 -0800 |
| commit | 653510bb8b3db5a280576cb00445fbdc8d49b88a (patch) | |
| tree | 7d1d48ab62e4c34b16fa60de4a21a232c67c97c4 /core/openssh | |
| parent | de4e4c63378c6fd0dc2504ddce5a13ee1e62504a (diff) | |
Various style fixes
Diffstat (limited to 'core/openssh')
| -rw-r--r-- | core/openssh/gen.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/openssh/gen.rc b/core/openssh/gen.rc index ba269df2..6a9ea869 100644 --- a/core/openssh/gen.rc +++ b/core/openssh/gen.rc @@ -1,8 +1,8 @@ cflags\ + -isystem core/openbsd/include\ + -isystem '$builddir'/core/libressl/include\ + -isystem '$builddir'/core/zlib/include\ -I include\ - -I core/openbsd/include\ - -I '$builddir'/core/libressl/include\ - -I '$builddir'/core/zlib/include\ -I '$dir' \ -I '$srcdir' \ -I '$srcdir'/openbsd-compat\ @@ -79,7 +79,7 @@ file share/man/man1/ssh.1 '$srcdir'/ssh.1 644 cc sftp-server.c cc sftp-common.c -exe sshd\ +exe sshd -d '$dir'/deps\ sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c\ audit.c audit-bsm.c audit-linux.c platform.c\ sshpty.c sshlogin.c servconf.c serverloop.c\ |
