1 # $Id: Makefile.in,v 1.273 2005/05/29 07:22:29 dtucker Exp $
3 # uncomment if you run a non bourne compatable shell. Ie. csh
9 exec_prefix=@
exec_prefix@
12 libexecdir
=@libexecdir@
16 sysconfdir
=@sysconfdir@
19 top_srcdir
=@top_srcdir@
23 SSH_PROGRAM
=@
bindir@
/ssh
24 ASKPASS_PROGRAM
=$(libexecdir
)/ssh-askpass
25 SFTP_SERVER
=$(libexecdir
)/sftp-server
26 SSH_KEYSIGN
=$(libexecdir
)/ssh-keysign
27 RAND_HELPER
=$(libexecdir
)/ssh-rand-helper
28 PRIVSEP_PATH
=@PRIVSEP_PATH@
29 SSH_PRIVSEP_USER
=@SSH_PRIVSEP_USER@
32 PATHS
= -DSSHDIR
=\"$(sysconfdir
)\" \
33 -D_PATH_SSH_PROGRAM
=\"$(SSH_PROGRAM
)\" \
34 -D_PATH_SSH_ASKPASS_DEFAULT
=\"$(ASKPASS_PROGRAM
)\" \
35 -D_PATH_SFTP_SERVER
=\"$(SFTP_SERVER
)\" \
36 -D_PATH_SSH_KEY_SIGN
=\"$(SSH_KEYSIGN
)\" \
37 -D_PATH_SSH_PIDDIR
=\"$(piddir
)\" \
38 -D_PATH_PRIVSEP_CHROOT_DIR
=\"$(PRIVSEP_PATH
)\" \
39 -DSSH_RAND_HELPER
=\"$(RAND_HELPER
)\"
44 CPPFLAGS
=-I.
-I
$(srcdir) @CPPFLAGS@
$(PATHS
) @DEFS@
56 XAUTH_PATH
=@XAUTH_PATH@
57 LDFLAGS
=-L.
-Lopenbsd-compat
/ @LDFLAGS@
60 INSTALL_SSH_PRNG_CMDS
=@INSTALL_SSH_PRNG_CMDS@
61 INSTALL_SSH_RAND_HELPER
=@INSTALL_SSH_RAND_HELPER@
63 TARGETS
=ssh
$(EXEEXT
) sshd
$(EXEEXT
) ssh-add
$(EXEEXT
) ssh-keygen
$(EXEEXT
) ssh-keyscan
${EXEEXT} ssh-keysign
${EXEEXT} ssh-agent
$(EXEEXT
) scp
$(EXEEXT
) ssh-rand-helper
${EXEEXT} sftp-server
$(EXEEXT
) sftp
$(EXEEXT
)
65 LIBSSH_OBJS
=acss.o authfd.o authfile.o bufaux.o buffer.o \
66 canohost.o channels.o cipher.o cipher-acss.o cipher-aes.o \
67 cipher-bf1.o cipher-ctr.o cipher-3des1.o cleanup.o \
68 compat.o compress.o crc32.o deattack.o fatal.o hostfile.o \
69 log.o match.o moduli.o nchan.o packet.o \
70 readpass.o rsa.o ttymodes.o xmalloc.o \
71 atomicio.o key.o dispatch.o kex.o mac.o uidswap.o uuencode.o misc.o \
72 monitor_fdpass.o rijndael.o ssh-dss.o ssh-rsa.o dh.o kexdh.o \
73 kexgex.o kexdhc.o kexgexc.o scard.o msg.o progressmeter.o dns.o \
74 entropy.o scard-opensc.o gss-genr.o
76 SSHOBJS
= ssh.o readconf.o clientloop.o sshtty.o \
77 sshconnect.o sshconnect1.o sshconnect2.o
79 SSHDOBJS
=sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o \
80 sshpty.o sshlogin.o servconf.o serverloop.o \
81 auth.o auth1.o auth2.o auth-options.o session.o \
82 auth-chall.o auth2-chall.o groupaccess.o \
83 auth-skey.o auth-bsdauth.o auth2-hostbased.o auth2-kbdint.o \
84 auth2-none.o auth2-passwd.o auth2-pubkey.o \
85 monitor_mm.o monitor.o monitor_wrap.o kexdhs.o kexgexs.o \
87 auth2-gss.o gss-serv.o gss-serv-krb5.o \
88 loginrec.o auth-pam.o auth-shadow.o auth-sia.o md5crypt.o \
91 MANPAGES
= scp
.1.out ssh-add
.1.out ssh-agent
.1.out ssh-keygen
.1.out ssh-keyscan
.1.out ssh
.1.out sshd
.8.out sftp-server
.8.out sftp
.1.out ssh-rand-helper
.8.out ssh-keysign
.8.out sshd_config
.5.out ssh_config
.5.out
92 MANPAGES_IN
= scp
.1 ssh-add
.1 ssh-agent
.1 ssh-keygen
.1 ssh-keyscan
.1 ssh
.1 sshd
.8 sftp-server
.8 sftp
.1 ssh-rand-helper
.8 ssh-keysign
.8 sshd_config
.5 ssh_config
.5
95 CONFIGFILES
=sshd_config.out ssh_config.out moduli.out
96 CONFIGFILES_IN
=sshd_config ssh_config moduli
99 -e
's|/etc/ssh/ssh_prng_cmds|$(sysconfdir)/ssh_prng_cmds|g' \
100 -e
's|/etc/ssh/ssh_config|$(sysconfdir)/ssh_config|g' \
101 -e
's|/etc/ssh/ssh_known_hosts|$(sysconfdir)/ssh_known_hosts|g' \
102 -e
's|/etc/ssh/sshd_config|$(sysconfdir)/sshd_config|g' \
103 -e
's|/usr/libexec|$(libexecdir)|g' \
104 -e
's|/etc/shosts.equiv|$(sysconfdir)/shosts.equiv|g' \
105 -e
's|/etc/ssh/ssh_host_key|$(sysconfdir)/ssh_host_key|g' \
106 -e
's|/etc/ssh/ssh_host_dsa_key|$(sysconfdir)/ssh_host_dsa_key|g' \
107 -e
's|/etc/ssh/ssh_host_rsa_key|$(sysconfdir)/ssh_host_rsa_key|g' \
108 -e
's|/var/run/sshd.pid|$(piddir)/sshd.pid|g' \
109 -e
's|/etc/ssh/moduli|$(sysconfdir)/moduli|g' \
110 -e
's|/etc/sshrc|$(sysconfdir)/sshrc|g' \
111 -e
's|/usr/X11R6/bin/xauth|$(XAUTH_PATH)|g' \
112 -e
's|/var/empty|$(PRIVSEP_PATH)|g' \
113 -e
's|/usr/bin:/bin:/usr/sbin:/sbin|@user_path@|g'
115 FIXPATHSCMD
= $(SED
) $(PATHSUBS
)
117 all: $(CONFIGFILES
) ssh_prng_cmds.out
$(MANPAGES
) $(TARGETS
)
119 $(LIBSSH_OBJS
): Makefile.in config.h
120 $(SSHOBJS
): Makefile.in config.h
121 $(SSHDOBJS
): Makefile.in config.h
124 $(CC
) $(CFLAGS
) $(CPPFLAGS
) -c
$<
126 LIBCOMPAT
=openbsd-compat
/libopenbsd-compat.a
128 (cd openbsd-compat
&& $(MAKE
))
131 libssh.a
: $(LIBSSH_OBJS
)
132 $(AR
) rv
$@
$(LIBSSH_OBJS
)
135 ssh
$(EXEEXT
): $(LIBCOMPAT
) libssh.a
$(SSHOBJS
)
136 $(LD
) -o
$@
$(SSHOBJS
) $(LDFLAGS
) -lssh
-lopenbsd-compat
$(LIBS
)
138 sshd
$(EXEEXT
): libssh.a
$(LIBCOMPAT
) $(SSHDOBJS
)
139 $(LD
) -o
$@
$(SSHDOBJS
) $(LDFLAGS
) -lssh
-lopenbsd-compat
$(LIBWRAP
) $(LIBPAM
) $(LIBS
)
141 scp
$(EXEEXT
): $(LIBCOMPAT
) libssh.a scp.o progressmeter.o
142 $(LD
) -o
$@ scp.o progressmeter.o
$(LDFLAGS
) -lssh
-lopenbsd-compat
$(LIBS
)
144 ssh-add
$(EXEEXT
): $(LIBCOMPAT
) libssh.a ssh-add.o
145 $(LD
) -o
$@ ssh-add.o
$(LDFLAGS
) -lssh
-lopenbsd-compat
$(LIBS
)
147 ssh-agent
$(EXEEXT
): $(LIBCOMPAT
) libssh.a ssh-agent.o
148 $(LD
) -o
$@ ssh-agent.o
$(LDFLAGS
) -lssh
-lopenbsd-compat
$(LIBS
)
150 ssh-keygen
$(EXEEXT
): $(LIBCOMPAT
) libssh.a ssh-keygen.o
151 $(LD
) -o
$@ ssh-keygen.o
$(LDFLAGS
) -lssh
-lopenbsd-compat
$(LIBS
)
153 ssh-keysign
$(EXEEXT
): $(LIBCOMPAT
) libssh.a ssh-keysign.o
154 $(LD
) -o
$@ ssh-keysign.o readconf.o
$(LDFLAGS
) -lssh
-lopenbsd-compat
$(LIBS
)
156 ssh-keyscan
$(EXEEXT
): $(LIBCOMPAT
) libssh.a ssh-keyscan.o
157 $(LD
) -o
$@ ssh-keyscan.o
$(LDFLAGS
) -lssh
-lopenbsd-compat
-lssh
$(LIBS
)
159 sftp-server
$(EXEEXT
): $(LIBCOMPAT
) libssh.a sftp.o sftp-common.o sftp-server.o
160 $(LD
) -o
$@ sftp-server.o sftp-common.o
$(LDFLAGS
) -lssh
-lopenbsd-compat
$(LIBS
)
162 sftp
$(EXEEXT
): $(LIBCOMPAT
) libssh.a sftp.o sftp-client.o sftp-common.o sftp-glob.o progressmeter.o
163 $(LD
) -o
$@ progressmeter.o sftp.o sftp-client.o sftp-common.o sftp-glob.o
$(LDFLAGS
) -lssh
-lopenbsd-compat
$(LIBS
) $(LIBEDIT
)
165 ssh-rand-helper
${EXEEXT}: $(LIBCOMPAT
) libssh.a ssh-rand-helper.o
166 $(LD
) -o
$@ ssh-rand-helper.o
$(LDFLAGS
) -lssh
-lopenbsd-compat
$(LIBS
)
168 # test driver for the loginrec code - not built by default
169 logintest
: logintest.o
$(LIBCOMPAT
) libssh.a loginrec.o
170 $(LD
) -o
$@ logintest.o
$(LDFLAGS
) loginrec.o
-lopenbsd-compat
-lssh
$(LIBS
)
172 $(MANPAGES
): $(MANPAGES_IN
)
173 if
test "$(MANTYPE)" = "cat"; then \
174 manpage
=$(srcdir)/`echo $@ | sed 's/\.[1-9]\.out$$/\.0/'`; \
176 manpage
=$(srcdir)/`echo $@ | sed 's/\.out$$//'`; \
178 if
test "$(MANTYPE)" = "man"; then \
179 $(FIXPATHSCMD
) $${manpage} |
$(AWK
) -f
$(srcdir)/mdoc2man.awk
> $@
; \
181 $(FIXPATHSCMD
) $${manpage} > $@
; \
184 $(CONFIGFILES
): $(CONFIGFILES_IN
)
185 conffile
=`echo $@ | sed 's/.out$$//'`; \
186 $(FIXPATHSCMD
) $(srcdir)/$${conffile} > $@
188 ssh_prng_cmds.out
: ssh_prng_cmds
189 if
test ! -z
"$(INSTALL_SSH_PRNG_CMDS)"; then \
190 $(PERL
) $(srcdir)/fixprogs ssh_prng_cmds
$(ENT
); \
193 # fake rule to stop make trying to compile moduli.o into a binary "moduli.o"
198 rm -f
*.o
*.a
$(TARGETS
) logintest config.cache config.log
199 rm -f
*.out core survey
200 (cd openbsd-compat
&& $(MAKE
) clean)
202 distclean: regressclean
203 rm -f
*.o
*.a
$(TARGETS
) logintest config.cache config.log
204 rm -f
*.out core opensshd.init
205 rm -f Makefile buildpkg.sh config.h config.status ssh_prng_cmds survey.sh
*~
206 rm -rf autom4te.cache
207 (cd openbsd-compat
&& $(MAKE
) distclean)
208 (cd scard
&& $(MAKE
) distclean)
209 if
test -d pkg
; then \
214 rm -f configure config.h.in
*.0
221 @for f in
$(MANPAGES_IN
) ; do \
222 base
=`echo $$f | sed 's/\..*$$//'` ; \
223 echo
"$$f -> $$base.0" ; \
224 nroff
-mandoc
$$f | cat
-v | sed
-e
's/.\^H//g' \
230 -rm -rf autom4te.cache
231 (cd scard
&& $(MAKE
) -f Makefile.in distprep
)
233 install: $(CONFIGFILES
) ssh_prng_cmds.out
$(MANPAGES
) $(TARGETS
) install-files install-sysconf host-key check-config
234 install-nokeys
: $(CONFIGFILES
) ssh_prng_cmds.out
$(MANPAGES
) $(TARGETS
) install-files install-sysconf
235 install-nosysconf
: $(CONFIGFILES
) ssh_prng_cmds.out
$(MANPAGES
) $(TARGETS
) install-files
238 -$(DESTDIR
)$(sbindir
)/sshd
-t
-f
$(DESTDIR
)$(sysconfdir
)/sshd_config
241 (cd scard
&& $(MAKE
) DESTDIR
=$(DESTDIR
) install)
243 install-files
: scard-install
244 $(srcdir)/mkinstalldirs
$(DESTDIR
)$(bindir)
245 $(srcdir)/mkinstalldirs
$(DESTDIR
)$(sbindir
)
246 $(srcdir)/mkinstalldirs
$(DESTDIR
)$(mandir)
247 $(srcdir)/mkinstalldirs
$(DESTDIR
)$(datadir)
248 $(srcdir)/mkinstalldirs
$(DESTDIR
)$(mandir)/$(mansubdir
)1
249 $(srcdir)/mkinstalldirs
$(DESTDIR
)$(mandir)/$(mansubdir
)5
250 $(srcdir)/mkinstalldirs
$(DESTDIR
)$(mandir)/$(mansubdir
)8
251 $(srcdir)/mkinstalldirs
$(DESTDIR
)$(libexecdir
)
252 (umask
022 ; $(srcdir)/mkinstalldirs
$(DESTDIR
)$(PRIVSEP_PATH
))
253 $(INSTALL
) -m
0755 $(STRIP_OPT
) ssh
$(DESTDIR
)$(bindir)/ssh
254 $(INSTALL
) -m
0755 $(STRIP_OPT
) scp
$(DESTDIR
)$(bindir)/scp
255 $(INSTALL
) -m
0755 $(STRIP_OPT
) ssh-add
$(DESTDIR
)$(bindir)/ssh-add
256 $(INSTALL
) -m
0755 $(STRIP_OPT
) ssh-agent
$(DESTDIR
)$(bindir)/ssh-agent
257 $(INSTALL
) -m
0755 $(STRIP_OPT
) ssh-keygen
$(DESTDIR
)$(bindir)/ssh-keygen
258 $(INSTALL
) -m
0755 $(STRIP_OPT
) ssh-keyscan
$(DESTDIR
)$(bindir)/ssh-keyscan
259 $(INSTALL
) -m
0755 $(STRIP_OPT
) sshd
$(DESTDIR
)$(sbindir
)/sshd
260 if
test ! -z
"$(INSTALL_SSH_RAND_HELPER)" ; then \
261 $(INSTALL
) -m
0755 $(STRIP_OPT
) ssh-rand-helper
$(DESTDIR
)$(libexecdir
)/ssh-rand-helper
; \
263 $(INSTALL
) -m
4711 $(STRIP_OPT
) ssh-keysign
$(DESTDIR
)$(SSH_KEYSIGN
)
264 $(INSTALL
) -m
0755 $(STRIP_OPT
) sftp
$(DESTDIR
)$(bindir)/sftp
265 $(INSTALL
) -m
0755 $(STRIP_OPT
) sftp-server
$(DESTDIR
)$(SFTP_SERVER
)
266 $(INSTALL
) -m
644 ssh
.1.out
$(DESTDIR
)$(mandir)/$(mansubdir
)1/ssh
.1
267 $(INSTALL
) -m
644 scp
.1.out
$(DESTDIR
)$(mandir)/$(mansubdir
)1/scp
.1
268 $(INSTALL
) -m
644 ssh-add
.1.out
$(DESTDIR
)$(mandir)/$(mansubdir
)1/ssh-add
.1
269 $(INSTALL
) -m
644 ssh-agent
.1.out
$(DESTDIR
)$(mandir)/$(mansubdir
)1/ssh-agent
.1
270 $(INSTALL
) -m
644 ssh-keygen
.1.out
$(DESTDIR
)$(mandir)/$(mansubdir
)1/ssh-keygen
.1
271 $(INSTALL
) -m
644 ssh-keyscan
.1.out
$(DESTDIR
)$(mandir)/$(mansubdir
)1/ssh-keyscan
.1
272 $(INSTALL
) -m
644 sshd_config
.5.out
$(DESTDIR
)$(mandir)/$(mansubdir
)5/sshd_config
.5
273 $(INSTALL
) -m
644 ssh_config
.5.out
$(DESTDIR
)$(mandir)/$(mansubdir
)5/ssh_config
.5
274 $(INSTALL
) -m
644 sshd
.8.out
$(DESTDIR
)$(mandir)/$(mansubdir
)8/sshd
.8
275 if
[ ! -z
"$(INSTALL_SSH_RAND_HELPER)" ]; then \
276 $(INSTALL
) -m
644 ssh-rand-helper
.8.out
$(DESTDIR
)$(mandir)/$(mansubdir
)8/ssh-rand-helper
.8 ; \
278 $(INSTALL
) -m
644 sftp
.1.out
$(DESTDIR
)$(mandir)/$(mansubdir
)1/sftp
.1
279 $(INSTALL
) -m
644 sftp-server
.8.out
$(DESTDIR
)$(mandir)/$(mansubdir
)8/sftp-server
.8
280 $(INSTALL
) -m
644 ssh-keysign
.8.out
$(DESTDIR
)$(mandir)/$(mansubdir
)8/ssh-keysign
.8
281 -rm -f
$(DESTDIR
)$(bindir)/slogin
282 ln
-s .
/ssh
$(EXEEXT
) $(DESTDIR
)$(bindir)/slogin
283 -rm -f
$(DESTDIR
)$(mandir)/$(mansubdir
)1/slogin
.1
284 ln
-s .
/ssh
.1 $(DESTDIR
)$(mandir)/$(mansubdir
)1/slogin
.1
287 if
[ ! -d
$(DESTDIR
)$(sysconfdir
) ]; then \
288 $(srcdir)/mkinstalldirs
$(DESTDIR
)$(sysconfdir
); \
290 @if
[ ! -f
$(DESTDIR
)$(sysconfdir
)/ssh_config
]; then \
291 $(INSTALL
) -m
644 ssh_config.out
$(DESTDIR
)$(sysconfdir
)/ssh_config
; \
293 echo
"$(DESTDIR)$(sysconfdir)/ssh_config already exists, install will not overwrite"; \
295 @if
[ ! -f
$(DESTDIR
)$(sysconfdir
)/sshd_config
]; then \
296 $(INSTALL
) -m
644 sshd_config.out
$(DESTDIR
)$(sysconfdir
)/sshd_config
; \
298 echo
"$(DESTDIR)$(sysconfdir)/sshd_config already exists, install will not overwrite"; \
300 @if
[ -f ssh_prng_cmds
] && [ ! -z
"$(INSTALL_SSH_PRNG_CMDS)" ]; then \
301 if
[ ! -f
$(DESTDIR
)$(sysconfdir
)/ssh_prng_cmds
] ; then \
302 $(INSTALL
) -m
644 ssh_prng_cmds.out
$(DESTDIR
)$(sysconfdir
)/ssh_prng_cmds
; \
304 echo
"$(DESTDIR)$(sysconfdir)/ssh_prng_cmds already exists, install will not overwrite"; \
307 @if
[ ! -f
$(DESTDIR
)$(sysconfdir
)/moduli
]; then \
308 if
[ -f
$(DESTDIR
)$(sysconfdir
)/primes
]; then \
309 echo
"moving $(DESTDIR)$(sysconfdir)/primes to $(DESTDIR)$(sysconfdir)/moduli"; \
310 mv
"$(DESTDIR)$(sysconfdir)/primes" "$(DESTDIR)$(sysconfdir)/moduli"; \
312 $(INSTALL
) -m
644 moduli.out
$(DESTDIR
)$(sysconfdir
)/moduli
; \
315 echo
"$(DESTDIR)$(sysconfdir)/moduli already exists, install will not overwrite"; \
318 host-key
: ssh-keygen
$(EXEEXT
)
319 @if
[ -z
"$(DESTDIR)" ] ; then \
320 if
[ -f
"$(DESTDIR)$(sysconfdir)/ssh_host_key" ] ; then \
321 echo
"$(DESTDIR)$(sysconfdir)/ssh_host_key already exists, skipping." ; \
323 .
/ssh-keygen
-t rsa1
-f
$(DESTDIR
)$(sysconfdir
)/ssh_host_key
-N
"" ; \
325 if
[ -f
$(DESTDIR
)$(sysconfdir
)/ssh_host_dsa_key
] ; then \
326 echo
"$(DESTDIR)$(sysconfdir)/ssh_host_dsa_key already exists, skipping." ; \
328 .
/ssh-keygen
-t dsa
-f
$(DESTDIR
)$(sysconfdir
)/ssh_host_dsa_key
-N
"" ; \
330 if
[ -f
$(DESTDIR
)$(sysconfdir
)/ssh_host_rsa_key
] ; then \
331 echo
"$(DESTDIR)$(sysconfdir)/ssh_host_rsa_key already exists, skipping." ; \
333 .
/ssh-keygen
-t rsa
-f
$(DESTDIR
)$(sysconfdir
)/ssh_host_rsa_key
-N
"" ; \
337 host-key-force
: ssh-keygen
$(EXEEXT
)
338 .
/ssh-keygen
-t rsa1
-f
$(DESTDIR
)$(sysconfdir
)/ssh_host_key
-N
""
339 .
/ssh-keygen
-t dsa
-f
$(DESTDIR
)$(sysconfdir
)/ssh_host_dsa_key
-N
""
340 .
/ssh-keygen
-t rsa
-f
$(DESTDIR
)$(sysconfdir
)/ssh_host_rsa_key
-N
""
342 uninstallall
: uninstall
343 -rm -f
$(DESTDIR
)$(sysconfdir
)/ssh_config
344 -rm -f
$(DESTDIR
)$(sysconfdir
)/sshd_config
345 -rm -f
$(DESTDIR
)$(sysconfdir
)/ssh_prng_cmds
346 -rmdir
$(DESTDIR
)$(sysconfdir
)
347 -rmdir
$(DESTDIR
)$(bindir)
348 -rmdir
$(DESTDIR
)$(sbindir
)
349 -rmdir
$(DESTDIR
)$(mandir)/$(mansubdir
)1
350 -rmdir
$(DESTDIR
)$(mandir)/$(mansubdir
)8
351 -rmdir
$(DESTDIR
)$(mandir)
352 -rmdir
$(DESTDIR
)$(libexecdir
)
355 -rm -f
$(DESTDIR
)$(bindir)/slogin
356 -rm -f
$(DESTDIR
)$(bindir)/ssh
$(EXEEXT
)
357 -rm -f
$(DESTDIR
)$(bindir)/scp
$(EXEEXT
)
358 -rm -f
$(DESTDIR
)$(bindir)/ssh-add
$(EXEEXT
)
359 -rm -f
$(DESTDIR
)$(bindir)/ssh-agent
$(EXEEXT
)
360 -rm -f
$(DESTDIR
)$(bindir)/ssh-keygen
$(EXEEXT
)
361 -rm -f
$(DESTDIR
)$(bindir)/ssh-keyscan
$(EXEEXT
)
362 -rm -f
$(DESTDIR
)$(bindir)/sftp
$(EXEEXT
)
363 -rm -f
$(DESTDIR
)$(sbindir
)/sshd
$(EXEEXT
)
364 -rm -r
$(DESTDIR
)$(SFTP_SERVER
)$(EXEEXT
)
365 -rm -f
$(DESTDIR
)$(SSH_KEYSIGN
)$(EXEEXT
)
366 -rm -f
$(DESTDIR
)$(RAND_HELPER
)$(EXEEXT
)
367 -rm -f
$(DESTDIR
)$(mandir)/$(mansubdir
)1/ssh
.1
368 -rm -f
$(DESTDIR
)$(mandir)/$(mansubdir
)1/scp
.1
369 -rm -f
$(DESTDIR
)$(mandir)/$(mansubdir
)1/ssh-add
.1
370 -rm -f
$(DESTDIR
)$(mandir)/$(mansubdir
)1/ssh-agent
.1
371 -rm -f
$(DESTDIR
)$(mandir)/$(mansubdir
)1/ssh-keygen
.1
372 -rm -f
$(DESTDIR
)$(mandir)/$(mansubdir
)1/sftp
.1
373 -rm -f
$(DESTDIR
)$(mandir)/$(mansubdir
)1/ssh-keyscan
.1
374 -rm -f
$(DESTDIR
)$(mandir)/$(mansubdir
)8/sshd
.8
375 -rm -f
$(DESTDIR
)$(mandir)/$(mansubdir
)8/ssh-rand-helper
.8
376 -rm -f
$(DESTDIR
)$(mandir)/$(mansubdir
)8/sftp-server
.8
377 -rm -f
$(DESTDIR
)$(mandir)/$(mansubdir
)8/ssh-keysign
.8
378 -rm -f
$(DESTDIR
)$(mandir)/$(mansubdir
)1/slogin
.1
382 [ -d
`pwd`/regress
] || mkdir
-p
`pwd`/regress
; \
383 [ -f
`pwd`/regress
/Makefile
] || \
384 ln
-s
`cd $(srcdir) && pwd`/regress
/Makefile
`pwd`/regress
/Makefile
; \
385 TEST_SHELL
="@TEST_SHELL@"; \
386 TEST_SSH_SSH
="$${BUILDDIR}/ssh"; \
387 TEST_SSH_SSHD
="$${BUILDDIR}/sshd"; \
388 TEST_SSH_SSHAGENT
="$${BUILDDIR}/ssh-agent"; \
389 TEST_SSH_SSHADD
="$${BUILDDIR}/ssh-add"; \
390 TEST_SSH_SSHKEYGEN
="$${BUILDDIR}/ssh-keygen"; \
391 TEST_SSH_SSHKEYSCAN
="$${BUILDDIR}/ssh-keyscan"; \
392 TEST_SSH_SFTP
="$${BUILDDIR}/sftp"; \
393 TEST_SSH_SFTPSERVER
="$${BUILDDIR}/sftp-server"; \
394 cd
$(srcdir)/regress || exit
$$?
; \
396 .OBJDIR
="$${BUILDDIR}/regress" \
398 BUILDDIR
="$${BUILDDIR}" \
399 OBJ
="$${BUILDDIR}/regress/" \
400 PATH
="$${BUILDDIR}:$${PATH}" \
401 TEST_SHELL
="$${TEST_SHELL}" \
402 TEST_SSH_SSH
="$${TEST_SSH_SSH}" \
403 TEST_SSH_SSHD
="$${TEST_SSH_SSHD}" \
404 TEST_SSH_SSHAGENT
="$${TEST_SSH_SSHAGENT}" \
405 TEST_SSH_SSHADD
="$${TEST_SSH_SSHADD}" \
406 TEST_SSH_SSHKEYGEN
="$${TEST_SSH_SSHKEYGEN}" \
407 TEST_SSH_SSHKEYSCAN
="$${TEST_SSH_SSHKEYSCAN}" \
408 TEST_SSH_SFTP
="$${TEST_SSH_SFTP}" \
409 TEST_SSH_SFTPSERVER
="$${TEST_SSH_SFTPSERVER}" \
414 if
[ -f regress
/Makefile
] && [ -r regress
/Makefile
]; then \
415 (cd regress
&& $(MAKE
) clean) \
418 survey
: survey.sh ssh
419 @
$(SHELL
) .
/survey.sh
> survey
420 @echo
'The survey results have been placed in the file "survey" in the'
421 @echo
'current directory. Please review the file then send with'
422 @echo
'"make send-survey".'
425 mail portable-survey@mindrot.org
<survey
427 package
: $(CONFIGFILES
) ssh_prng_cmds.out
$(MANPAGES
) $(TARGETS
)
428 if
[ "@MAKE_PACKAGE_SUPPORTED@" = yes
]; then \