summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in12
1 files changed, 7 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index ec3e1f417..44d594441 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
1# $Id: Makefile.in,v 1.331 2013/02/12 00:00:34 djm Exp $ 1# $Id: Makefile.in,v 1.332 2013/02/20 03:01:51 tim Exp $
2 2
3# uncomment if you run a non bourne compatable shell. Ie. csh 3# uncomment if you run a non bourne compatable shell. Ie. csh
4#SHELL = @SH@ 4#SHELL = @SH@
@@ -379,14 +379,16 @@ uninstall:
379 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-pkcs11-helper.8 379 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-pkcs11-helper.8
380 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 380 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
381 381
382tests interop-tests: $(TARGETS) 382regress/modpipe: $(srcdir)/regress/modpipe.c
383 [ -d `pwd`/regress ] || mkdir -p `pwd`/regress; \
384 $(CC) $(CPPFLAGS) -o $@ $? \
385 $(LDFLAGS) -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS)
386
387tests interop-tests: $(TARGETS) regress/modpipe
383 BUILDDIR=`pwd`; \ 388 BUILDDIR=`pwd`; \
384 [ -d `pwd`/regress ] || mkdir -p `pwd`/regress; \ 389 [ -d `pwd`/regress ] || mkdir -p `pwd`/regress; \
385 [ -f `pwd`/regress/Makefile ] || \ 390 [ -f `pwd`/regress/Makefile ] || \
386 ln -s `cd $(srcdir) && pwd`/regress/Makefile `pwd`/regress/Makefile ; \ 391 ln -s `cd $(srcdir) && pwd`/regress/Makefile `pwd`/regress/Makefile ; \
387 [ -f `pwd`/regress/modpipe.c ] || \
388 ln -s `cd $(srcdir) && pwd`/regress/modpipe.c `pwd`/regress/modpipe.c; \
389 (cd regress && make prereq); \
390 TEST_SHELL="@TEST_SHELL@"; \ 392 TEST_SHELL="@TEST_SHELL@"; \
391 TEST_SSH_SSH="$${BUILDDIR}/ssh"; \ 393 TEST_SSH_SSH="$${BUILDDIR}/ssh"; \
392 TEST_SSH_SSHD="$${BUILDDIR}/sshd"; \ 394 TEST_SSH_SSHD="$${BUILDDIR}/sshd"; \