From 27bc0b4df2a49d2c215e6655f3e1225c62bdd660 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Thu, 1 Apr 1999 14:59:33 +0000 Subject: [PATCH] don't run check-local git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5820 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftp/Makefile.am | 2 ++ appl/ftp/ftpd/Makefile.am | 2 ++ appl/telnet/telnet/Makefile.am | 2 ++ appl/telnet/telnetd/Makefile.am | 2 ++ 4 files changed, 8 insertions(+) diff --git a/appl/ftp/ftp/Makefile.am b/appl/ftp/ftp/Makefile.am index 419ddf188..1281bde17 100644 --- a/appl/ftp/ftp/Makefile.am +++ b/appl/ftp/ftp/Makefile.am @@ -6,6 +6,8 @@ INCLUDES += -I$(srcdir)/../common $(INCLUDE_readline) $(INCLUDE_krb4) bin_PROGRAMS = ftp +CHECK_LOCAL = + if KRB4 krb4_sources = krb4.c kauth.c endif diff --git a/appl/ftp/ftpd/Makefile.am b/appl/ftp/ftpd/Makefile.am index c7395faa4..60f09aed3 100644 --- a/appl/ftp/ftpd/Makefile.am +++ b/appl/ftp/ftpd/Makefile.am @@ -6,6 +6,8 @@ INCLUDES += -I$(srcdir)/../common $(INCLUDE_krb4) -DFTP_SERVER libexec_PROGRAMS = ftpd +CHECK_LOCAL = + if KRB4 krb4_sources = krb4.c kauth.c endif diff --git a/appl/telnet/telnet/Makefile.am b/appl/telnet/telnet/Makefile.am index bf5abd3a0..bbedbd709 100644 --- a/appl/telnet/telnet/Makefile.am +++ b/appl/telnet/telnet/Makefile.am @@ -6,6 +6,8 @@ INCLUDES += -I$(srcdir)/.. bin_PROGRAMS = telnet +CHECK_LOCAL = + telnet_SOURCES = authenc.c commands.c main.c network.c ring.c \ sys_bsd.c telnet.c terminal.c \ utilities.c defines.h externs.h ring.h telnet_locl.h types.h diff --git a/appl/telnet/telnetd/Makefile.am b/appl/telnet/telnetd/Makefile.am index ee7f3021a..8fedb7ca5 100644 --- a/appl/telnet/telnetd/Makefile.am +++ b/appl/telnet/telnetd/Makefile.am @@ -6,6 +6,8 @@ INCLUDES += -I$(srcdir)/.. $(INCLUDE_krb4) libexec_PROGRAMS = telnetd +CHECK_LOCAL = + telnetd_SOURCES = telnetd.c state.c termstat.c slc.c sys_term.c \ utility.c global.c authenc.c defs.h ext.h telnetd.h