1 # $Id: Makefile.in,v 1.281 2006/08/30 17:24:41 djm 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@
46 LIBSELINUX
=@LIBSELINUX@
58 XAUTH_PATH
=@XAUTH_PATH@
59 LDFLAGS
=-L.
-Lopenbsd-compat
/ @LDFLAGS@
62 INSTALL_SSH_PRNG_CMDS
=@INSTALL_SSH_PRNG_CMDS@
63 INSTALL_SSH_RAND_HELPER
=@INSTALL_SSH_RAND_HELPER@
65 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
)
67 LIBSSH_OBJS
=acss.o authfd.o authfile.o bufaux.o bufbn.o buffer.o \
68 canohost.o channels.o cipher.o cipher-acss.o cipher-aes.o \
69 cipher-bf1.o cipher-ctr.o cipher-3des1.o cleanup.o \
70 compat.o compress.o crc32.o deattack.o fatal.o hostfile.o \
71 log.o match.o md-sha256.o moduli.o nchan.o packet.o \
72 readpass.o rsa.o ttymodes.o xmalloc.o \
73 atomicio.o key.o dispatch.o kex.o mac.o uidswap.o uuencode.o misc.o \
74 monitor_fdpass.o rijndael.o ssh-dss.o ssh-rsa.o dh.o kexdh.o \
75 kexgex.o kexdhc.o kexgexc.o scard.o msg.o progressmeter.o dns.o \
76 entropy.o scard-opensc.o gss-genr.o
78 SSHOBJS
= ssh.o readconf.o clientloop.o sshtty.o \
79 sshconnect.o sshconnect1.o sshconnect2.o
81 SSHDOBJS
=sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o \
82 sshpty.o sshlogin.o servconf.o serverloop.o \
83 auth.o auth1.o auth2.o auth-options.o session.o \
84 auth-chall.o auth2-chall.o groupaccess.o \
85 auth-skey.o auth-bsdauth.o auth2-hostbased.o auth2-kbdint.o \
86 auth2-none.o auth2-passwd.o auth2-pubkey.o \
87 monitor_mm.o monitor.o monitor_wrap.o kexdhs.o kexgexs.o \
89 auth2-gss.o gss-serv.o gss-serv-krb5.o \
90 loginrec.o auth-pam.o auth-shadow.o auth-sia.o md5crypt.o \
91 audit.o audit-bsm.o platform.o
93 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
94 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
97 CONFIGFILES
=sshd_config.out ssh_config.out moduli.out
98 CONFIGFILES_IN
=sshd_config ssh_config moduli
101 -e
's|/etc/ssh/ssh_prng_cmds|$(sysconfdir)/ssh_prng_cmds|g' \
102 -e
's|/etc/ssh/ssh_config|$(sysconfdir)/ssh_config|g' \
103 -e
's|/etc/ssh/ssh_known_hosts|$(sysconfdir)/ssh_known_hosts|g' \
104 -e
's|/etc/ssh/sshd_config|$(sysconfdir)/sshd_config|g' \
105 -e
's|/usr/libexec|$(libexecdir)|g' \
106 -e
's|/etc/shosts.equiv|$(sysconfdir)/shosts.equiv|g' \
107 -e
's|/etc/ssh/ssh_host_key|$(sysconfdir)/ssh_host_key|g' \
108 -e
's|/etc/ssh/ssh_host_dsa_key|$(sysconfdir)/ssh_host_dsa_key|g' \
109 -e
's|/etc/ssh/ssh_host_rsa_key|$(sysconfdir)/ssh_host_rsa_key|g' \
110 -e
's|/var/run/sshd.pid|$(piddir)/sshd.pid|g' \
111 -e
's|/etc/ssh/moduli|$(sysconfdir)/moduli|g' \
112 -e
's|/etc/ssh/sshrc|$(sysconfdir)/sshrc|g' \
113 -e
's|/usr/X11R6/bin/xauth|$(XAUTH_PATH)|g' \
114 -e
's|/var/empty|$(PRIVSEP_PATH)|g' \
115 -e
's|/usr/bin:/bin:/usr/sbin:/sbin|@user_path@|g'
117 FIXPATHSCMD
= $(SED
) $(PATHSUBS
)
119 all: $(CONFIGFILES
) ssh_prng_cmds.out
$(MANPAGES
) $(TARGETS
)
121 $(LIBSSH_OBJS
): Makefile.in config.h
122 $(SSHOBJS
): Makefile.in config.h
123 $(SSHDOBJS
): Makefile.in config.h
126 $(CC
) $(CFLAGS
) $(CPPFLAGS
) -c
$<
128 LIBCOMPAT
=openbsd-compat
/libopenbsd-compat.a
130 (cd openbsd-compat
&& $(MAKE
))
133 libssh.a
: $(LIBSSH_OBJS
)
134 $(AR
) rv
$@
$(LIBSSH_OBJS
)
137 ssh
$(EXEEXT
): $(LIBCOMPAT
) libssh.a
$(SSHOBJS
)
138 $(LD
) -o
$@
$(SSHOBJS
) $(LDFLAGS
) -lssh
-lopenbsd-compat
$(LIBS
)
140 sshd
$(EXEEXT
): libssh.a
$(LIBCOMPAT
) $(SSHDOBJS
)
141 $(LD
) -o
$@
$(SSHDOBJS
) $(LDFLAGS
) -lssh
-lopenbsd-compat
$(LIBWRAP
) $(LIBPAM
) $(LIBSELINUX
) $(SSHDLIBS
) $(LIBS
)
143 scp
$(EXEEXT
): $(LIBCOMPAT
) libssh.a scp.o progressmeter.o
144 $(LD
) -o
$@ scp.o progressmeter.o bufaux.o
$(LDFLAGS
) -lssh
-lopenbsd-compat
$(LIBS
)
146 ssh-add
$(EXEEXT
): $(LIBCOMPAT
) libssh.a ssh-add.o
147 $(LD
) -o
$@ ssh-add.o
$(LDFLAGS
) -lssh
-lopenbsd-compat
$(LIBS
)
149 ssh-agent
$(EXEEXT
): $(LIBCOMPAT
) libssh.a ssh-agent.o
150 $(LD
) -o
$@ ssh-agent.o
$(LDFLAGS
) -lssh
-lopenbsd-compat
$(LIBS
)
152 ssh-keygen
$(EXEEXT
): $(LIBCOMPAT
) libssh.a ssh-keygen.o
153 $(LD
) -o
$@ ssh-keygen.o
$(LDFLAGS
) -lssh
-lopenbsd-compat
$(LIBS
)
155 ssh-keysign
$(EXEEXT
): $(LIBCOMPAT
) libssh.a ssh-keysign.o
156 $(LD
) -o
$@ ssh-keysign.o readconf.o
$(LDFLAGS
) -lssh
-lopenbsd-compat
$(LIBS
)
158 ssh-keyscan
$(EXEEXT
): $(LIBCOMPAT
) libssh.a ssh-keyscan.o
159 $(LD
) -o
$@ ssh-keyscan.o
$(LDFLAGS
) -lssh
-lopenbsd-compat
-lssh
$(LIBS
)
161 sftp-server
$(EXEEXT
): $(LIBCOMPAT
) libssh.a sftp.o sftp-common.o sftp-server.o
162 $(LD
) -o
$@ sftp-server.o sftp-common.o
$(LDFLAGS
) -lssh
-lopenbsd-compat
$(LIBS
)
164 sftp
$(EXEEXT
): $(LIBCOMPAT
) libssh.a sftp.o sftp-client.o sftp-common.o sftp-glob.o progressmeter.o
165 $(LD
) -o
$@ progressmeter.o sftp.o sftp-client.o sftp-common.o sftp-glob.o
$(LDFLAGS
) -lssh
-lopenbsd-compat
$(LIBS
) $(LIBEDIT
)
167 ssh-rand-helper
${EXEEXT}: $(LIBCOMPAT
) libssh.a ssh-rand-helper.o
168 $(LD
) -o
$@ ssh-rand-helper.o
$(LDFLAGS
) -lssh
-lopenbsd-compat
$(LIBS
)
170 # test driver for the loginrec code - not built by default
171 logintest
: logintest.o
$(LIBCOMPAT
) libssh.a loginrec.o
172 $(LD
) -o
$@ logintest.o
$(LDFLAGS
) loginrec.o
-lopenbsd-compat
-lssh
$(LIBS
)
174 $(MANPAGES
): $(MANPAGES_IN
)
175 if
test "$(MANTYPE)" = "cat"; then \
176 manpage
=$(srcdir)/`echo $@ | sed 's/\.[1-9]\.out$$/\.0/'`; \
178 manpage
=$(srcdir)/`echo $@ | sed 's/\.out$$//'`; \
180 if
test "$(MANTYPE)" = "man"; then \
181 $(FIXPATHSCMD
) $${manpage} |
$(AWK
) -f
$(srcdir)/mdoc2man.awk
> $@
; \
183 $(FIXPATHSCMD
) $${manpage} > $@
; \
186 $(CONFIGFILES
): $(CONFIGFILES_IN
)
187 conffile
=`echo $@ | sed 's/.out$$//'`; \
188 $(FIXPATHSCMD
) $(srcdir)/$${conffile} > $@
190 ssh_prng_cmds.out
: ssh_prng_cmds
191 if
test ! -z
"$(INSTALL_SSH_PRNG_CMDS)"; then \
192 $(PERL
) $(srcdir)/fixprogs ssh_prng_cmds
$(ENT
); \
195 # fake rule to stop make trying to compile moduli.o into a binary "moduli.o"
200 rm -f
*.o
*.a
$(TARGETS
) logintest config.cache config.log
201 rm -f
*.out core survey
202 (cd openbsd-compat
&& $(MAKE
) clean)
204 distclean: regressclean
205 rm -f
*.o
*.a
$(TARGETS
) logintest config.cache config.log
206 rm -f
*.out core opensshd.init
207 rm -f Makefile buildpkg.sh config.h config.status ssh_prng_cmds
208 rm -f survey.sh openbsd-compat
/regress
/Makefile
*~
209 rm -rf autom4te.cache
210 (cd openbsd-compat
&& $(MAKE
) distclean)
211 (cd scard
&& $(MAKE
) distclean)
212 if
test -d pkg
; then \
217 rm -f configure config.h.in
*.0
224 @for f in
$(MANPAGES_IN
) ; do \
225 base
=`echo $$f | sed 's/\..*$$//'` ; \
226 echo
"$$f -> $$base.0" ; \
227 nroff
-mandoc
$$f | cat
-v | sed
-e
's/.\^H//g' \
233 -rm -rf autom4te.cache
234 (cd scard
&& $(MAKE
) -f Makefile.in distprep
)
236 install: $(CONFIGFILES
) ssh_prng_cmds.out
$(MANPAGES
) $(TARGETS
) install-files install-sysconf host-key check-config
237 install-nokeys
: $(CONFIGFILES
) ssh_prng_cmds.out
$(MANPAGES
) $(TARGETS
) install-files install-sysconf
238 install-nosysconf
: $(CONFIGFILES
) ssh_prng_cmds.out
$(MANPAGES
) $(TARGETS
) install-files
241 -$(DESTDIR
)$(sbindir
)/sshd
-t
-f
$(DESTDIR
)$(sysconfdir
)/sshd_config
244 (cd scard
&& $(MAKE
) DESTDIR
=$(DESTDIR
) install)
246 install-files
: scard-install
247 $(srcdir)/mkinstalldirs
$(DESTDIR
)$(bindir)
248 $(srcdir)/mkinstalldirs
$(DESTDIR
)$(sbindir
)
249 $(srcdir)/mkinstalldirs
$(DESTDIR
)$(mandir)
250 $(srcdir)/mkinstalldirs
$(DESTDIR
)$(datadir)
251 $(srcdir)/mkinstalldirs
$(DESTDIR
)$(mandir)/$(mansubdir
)1
252 $(srcdir)/mkinstalldirs
$(DESTDIR
)$(mandir)/$(mansubdir
)5
253 $(srcdir)/mkinstalldirs
$(DESTDIR
)$(mandir)/$(mansubdir
)8
254 $(srcdir)/mkinstalldirs
$(DESTDIR
)$(libexecdir
)
255 (umask
022 ; $(srcdir)/mkinstalldirs
$(DESTDIR
)$(PRIVSEP_PATH
))
256 $(INSTALL
) -m
0755 $(STRIP_OPT
) ssh
$(DESTDIR
)$(bindir)/ssh
257 $(INSTALL
) -m
0755 $(STRIP_OPT
) scp
$(DESTDIR
)$(bindir)/scp
258 $(INSTALL
) -m
0755 $(STRIP_OPT
) ssh-add
$(DESTDIR
)$(bindir)/ssh-add
259 $(INSTALL
) -m
0755 $(STRIP_OPT
) ssh-agent
$(DESTDIR
)$(bindir)/ssh-agent
260 $(INSTALL
) -m
0755 $(STRIP_OPT
) ssh-keygen
$(DESTDIR
)$(bindir)/ssh-keygen
261 $(INSTALL
) -m
0755 $(STRIP_OPT
) ssh-keyscan
$(DESTDIR
)$(bindir)/ssh-keyscan
262 $(INSTALL
) -m
0755 $(STRIP_OPT
) sshd
$(DESTDIR
)$(sbindir
)/sshd
263 if
test ! -z
"$(INSTALL_SSH_RAND_HELPER)" ; then \
264 $(INSTALL
) -m
0755 $(STRIP_OPT
) ssh-rand-helper
$(DESTDIR
)$(libexecdir
)/ssh-rand-helper
; \
266 $(INSTALL
) -m
4711 $(STRIP_OPT
) ssh-keysign
$(DESTDIR
)$(SSH_KEYSIGN
)
267 $(INSTALL
) -m
0755 $(STRIP_OPT
) sftp
$(DESTDIR
)$(bindir)/sftp
268 $(INSTALL
) -m
0755 $(STRIP_OPT
) sftp-server
$(DESTDIR
)$(SFTP_SERVER
)
269 $(INSTALL
) -m
644 ssh
.1.out
$(DESTDIR
)$(mandir)/$(mansubdir
)1/ssh
.1
270 $(INSTALL
) -m
644 scp
.1.out
$(DESTDIR
)$(mandir)/$(mansubdir
)1/scp
.1
271 $(INSTALL
) -m
644 ssh-add
.1.out
$(DESTDIR
)$(mandir)/$(mansubdir
)1/ssh-add
.1
272 $(INSTALL
) -m
644 ssh-agent
.1.out
$(DESTDIR
)$(mandir)/$(mansubdir
)1/ssh-agent
.1
273 $(INSTALL
) -m
644 ssh-keygen
.1.out
$(DESTDIR
)$(mandir)/$(mansubdir
)1/ssh-keygen
.1
274 $(INSTALL
) -m
644 ssh-keyscan
.1.out
$(DESTDIR
)$(mandir)/$(mansubdir
)1/ssh-keyscan
.1
275 $(INSTALL
) -m
644 sshd_config
.5.out
$(DESTDIR
)$(mandir)/$(mansubdir
)5/sshd_config
.5
276 $(INSTALL
) -m
644 ssh_config
.5.out
$(DESTDIR
)$(mandir)/$(mansubdir
)5/ssh_config
.5
277 $(INSTALL
) -m
644 sshd
.8.out
$(DESTDIR
)$(mandir)/$(mansubdir
)8/sshd
.8
278 if
[ ! -z
"$(INSTALL_SSH_RAND_HELPER)" ]; then \
279 $(INSTALL
) -m
644 ssh-rand-helper
.8.out
$(DESTDIR
)$(mandir)/$(mansubdir
)8/ssh-rand-helper
.8 ; \
281 $(INSTALL
) -m
644 sftp
.1.out
$(DESTDIR
)$(mandir)/$(mansubdir
)1/sftp
.1
282 $(INSTALL
) -m
644 sftp-server
.8.out
$(DESTDIR
)$(mandir)/$(mansubdir
)8/sftp-server
.8
283 $(INSTALL
) -m
644 ssh-keysign
.8.out
$(DESTDIR
)$(mandir)/$(mansubdir
)8/ssh-keysign
.8
284 -rm -f
$(DESTDIR
)$(bindir)/slogin
285 ln
-s .
/ssh
$(EXEEXT
) $(DESTDIR
)$(bindir)/slogin
286 -rm -f
$(DESTDIR
)$(mandir)/$(mansubdir
)1/slogin
.1
287 ln
-s .
/ssh
.1 $(DESTDIR
)$(mandir)/$(mansubdir
)1/slogin
.1
290 if
[ ! -d
$(DESTDIR
)$(sysconfdir
) ]; then \
291 $(srcdir)/mkinstalldirs
$(DESTDIR
)$(sysconfdir
); \
293 @if
[ ! -f
$(DESTDIR
)$(sysconfdir
)/ssh_config
]; then \
294 $(INSTALL
) -m
644 ssh_config.out
$(DESTDIR
)$(sysconfdir
)/ssh_config
; \
296 echo
"$(DESTDIR)$(sysconfdir)/ssh_config already exists, install will not overwrite"; \
298 @if
[ ! -f
$(DESTDIR
)$(sysconfdir
)/sshd_config
]; then \
299 $(INSTALL
) -m
644 sshd_config.out
$(DESTDIR
)$(sysconfdir
)/sshd_config
; \
301 echo
"$(DESTDIR)$(sysconfdir)/sshd_config already exists, install will not overwrite"; \
303 @if
[ -f ssh_prng_cmds
] && [ ! -z
"$(INSTALL_SSH_PRNG_CMDS)" ]; then \
304 if
[ ! -f
$(DESTDIR
)$(sysconfdir
)/ssh_prng_cmds
] ; then \
305 $(INSTALL
) -m
644 ssh_prng_cmds.out
$(DESTDIR
)$(sysconfdir
)/ssh_prng_cmds
; \
307 echo
"$(DESTDIR)$(sysconfdir)/ssh_prng_cmds already exists, install will not overwrite"; \
310 @if
[ ! -f
$(DESTDIR
)$(sysconfdir
)/moduli
]; then \
311 if
[ -f
$(DESTDIR
)$(sysconfdir
)/primes
]; then \
312 echo
"moving $(DESTDIR)$(sysconfdir)/primes to $(DESTDIR)$(sysconfdir)/moduli"; \
313 mv
"$(DESTDIR)$(sysconfdir)/primes" "$(DESTDIR)$(sysconfdir)/moduli"; \
315 $(INSTALL
) -m
644 moduli.out
$(DESTDIR
)$(sysconfdir
)/moduli
; \
318 echo
"$(DESTDIR)$(sysconfdir)/moduli already exists, install will not overwrite"; \
321 host-key
: ssh-keygen
$(EXEEXT
)
322 @if
[ -z
"$(DESTDIR)" ] ; then \
323 if
[ -f
"$(DESTDIR)$(sysconfdir)/ssh_host_key" ] ; then \
324 echo
"$(DESTDIR)$(sysconfdir)/ssh_host_key already exists, skipping." ; \
326 .
/ssh-keygen
-t rsa1
-f
$(DESTDIR
)$(sysconfdir
)/ssh_host_key
-N
"" ; \
328 if
[ -f
$(DESTDIR
)$(sysconfdir
)/ssh_host_dsa_key
] ; then \
329 echo
"$(DESTDIR)$(sysconfdir)/ssh_host_dsa_key already exists, skipping." ; \
331 .
/ssh-keygen
-t dsa
-f
$(DESTDIR
)$(sysconfdir
)/ssh_host_dsa_key
-N
"" ; \
333 if
[ -f
$(DESTDIR
)$(sysconfdir
)/ssh_host_rsa_key
] ; then \
334 echo
"$(DESTDIR)$(sysconfdir)/ssh_host_rsa_key already exists, skipping." ; \
336 .
/ssh-keygen
-t rsa
-f
$(DESTDIR
)$(sysconfdir
)/ssh_host_rsa_key
-N
"" ; \
340 host-key-force
: ssh-keygen
$(EXEEXT
)
341 .
/ssh-keygen
-t rsa1
-f
$(DESTDIR
)$(sysconfdir
)/ssh_host_key
-N
""
342 .
/ssh-keygen
-t dsa
-f
$(DESTDIR
)$(sysconfdir
)/ssh_host_dsa_key
-N
""
343 .
/ssh-keygen
-t rsa
-f
$(DESTDIR
)$(sysconfdir
)/ssh_host_rsa_key
-N
""
345 uninstallall
: uninstall
346 -rm -f
$(DESTDIR
)$(sysconfdir
)/ssh_config
347 -rm -f
$(DESTDIR
)$(sysconfdir
)/sshd_config
348 -rm -f
$(DESTDIR
)$(sysconfdir
)/ssh_prng_cmds
349 -rmdir
$(DESTDIR
)$(sysconfdir
)
350 -rmdir
$(DESTDIR
)$(bindir)
351 -rmdir
$(DESTDIR
)$(sbindir
)
352 -rmdir
$(DESTDIR
)$(mandir)/$(mansubdir
)1
353 -rmdir
$(DESTDIR
)$(mandir)/$(mansubdir
)8
354 -rmdir
$(DESTDIR
)$(mandir)
355 -rmdir
$(DESTDIR
)$(libexecdir
)
358 -rm -f
$(DESTDIR
)$(bindir)/slogin
359 -rm -f
$(DESTDIR
)$(bindir)/ssh
$(EXEEXT
)
360 -rm -f
$(DESTDIR
)$(bindir)/scp
$(EXEEXT
)
361 -rm -f
$(DESTDIR
)$(bindir)/ssh-add
$(EXEEXT
)
362 -rm -f
$(DESTDIR
)$(bindir)/ssh-agent
$(EXEEXT
)
363 -rm -f
$(DESTDIR
)$(bindir)/ssh-keygen
$(EXEEXT
)
364 -rm -f
$(DESTDIR
)$(bindir)/ssh-keyscan
$(EXEEXT
)
365 -rm -f
$(DESTDIR
)$(bindir)/sftp
$(EXEEXT
)
366 -rm -f
$(DESTDIR
)$(sbindir
)/sshd
$(EXEEXT
)
367 -rm -r
$(DESTDIR
)$(SFTP_SERVER
)$(EXEEXT
)
368 -rm -f
$(DESTDIR
)$(SSH_KEYSIGN
)$(EXEEXT
)
369 -rm -f
$(DESTDIR
)$(RAND_HELPER
)$(EXEEXT
)
370 -rm -f
$(DESTDIR
)$(mandir)/$(mansubdir
)1/ssh
.1
371 -rm -f
$(DESTDIR
)$(mandir)/$(mansubdir
)1/scp
.1
372 -rm -f
$(DESTDIR
)$(mandir)/$(mansubdir
)1/ssh-add
.1
373 -rm -f
$(DESTDIR
)$(mandir)/$(mansubdir
)1/ssh-agent
.1
374 -rm -f
$(DESTDIR
)$(mandir)/$(mansubdir
)1/ssh-keygen
.1
375 -rm -f
$(DESTDIR
)$(mandir)/$(mansubdir
)1/sftp
.1
376 -rm -f
$(DESTDIR
)$(mandir)/$(mansubdir
)1/ssh-keyscan
.1
377 -rm -f
$(DESTDIR
)$(mandir)/$(mansubdir
)8/sshd
.8
378 -rm -f
$(DESTDIR
)$(mandir)/$(mansubdir
)8/ssh-rand-helper
.8
379 -rm -f
$(DESTDIR
)$(mandir)/$(mansubdir
)8/sftp-server
.8
380 -rm -f
$(DESTDIR
)$(mandir)/$(mansubdir
)8/ssh-keysign
.8
381 -rm -f
$(DESTDIR
)$(mandir)/$(mansubdir
)1/slogin
.1
385 [ -d
`pwd`/regress
] || mkdir
-p
`pwd`/regress
; \
386 [ -f
`pwd`/regress
/Makefile
] || \
387 ln
-s
`cd $(srcdir) && pwd`/regress
/Makefile
`pwd`/regress
/Makefile
; \
388 TEST_SHELL
="@TEST_SHELL@"; \
389 TEST_SSH_SSH
="$${BUILDDIR}/ssh"; \
390 TEST_SSH_SSHD
="$${BUILDDIR}/sshd"; \
391 TEST_SSH_SSHAGENT
="$${BUILDDIR}/ssh-agent"; \
392 TEST_SSH_SSHADD
="$${BUILDDIR}/ssh-add"; \
393 TEST_SSH_SSHKEYGEN
="$${BUILDDIR}/ssh-keygen"; \
394 TEST_SSH_SSHKEYSCAN
="$${BUILDDIR}/ssh-keyscan"; \
395 TEST_SSH_SFTP
="$${BUILDDIR}/sftp"; \
396 TEST_SSH_SFTPSERVER
="$${BUILDDIR}/sftp-server"; \
397 cd
$(srcdir)/regress || exit
$$?
; \
399 .OBJDIR
="$${BUILDDIR}/regress" \
401 BUILDDIR
="$${BUILDDIR}" \
402 OBJ
="$${BUILDDIR}/regress/" \
403 PATH
="$${BUILDDIR}:$${PATH}" \
404 TEST_SHELL
="$${TEST_SHELL}" \
405 TEST_SSH_SSH
="$${TEST_SSH_SSH}" \
406 TEST_SSH_SSHD
="$${TEST_SSH_SSHD}" \
407 TEST_SSH_SSHAGENT
="$${TEST_SSH_SSHAGENT}" \
408 TEST_SSH_SSHADD
="$${TEST_SSH_SSHADD}" \
409 TEST_SSH_SSHKEYGEN
="$${TEST_SSH_SSHKEYGEN}" \
410 TEST_SSH_SSHKEYSCAN
="$${TEST_SSH_SSHKEYSCAN}" \
411 TEST_SSH_SFTP
="$${TEST_SSH_SFTP}" \
412 TEST_SSH_SFTPSERVER
="$${TEST_SSH_SFTPSERVER}" \
416 compat-tests
: $(LIBCOMPAT
)
417 (cd openbsd-compat
/regress
&& $(MAKE
))
420 if
[ -f regress
/Makefile
] && [ -r regress
/Makefile
]; then \
421 (cd regress
&& $(MAKE
) clean) \
424 survey
: survey.sh ssh
425 @
$(SHELL
) .
/survey.sh
> survey
426 @echo
'The survey results have been placed in the file "survey" in the'
427 @echo
'current directory. Please review the file then send with'
428 @echo
'"make send-survey".'
431 mail portable-survey@mindrot.org
<survey
433 package
: $(CONFIGFILES
) ssh_prng_cmds.out
$(MANPAGES
) $(TARGETS
)
434 if
[ "@MAKE_PACKAGE_SUPPORTED@" = yes
]; then \