1f08c3bdfSopenharmony_ci# SPDX-License-Identifier: GPL-2.0-or-later 2f08c3bdfSopenharmony_ci# Copyright (C) 2009, Cisco Systems Inc. 3f08c3bdfSopenharmony_ci# Copyright (C) 2010, Linux Test Project. 4f08c3bdfSopenharmony_ci# Ngie Cooper, July 2009 5f08c3bdfSopenharmony_ci 6f08c3bdfSopenharmony_citop_srcdir ?= ../../.. 7f08c3bdfSopenharmony_ci 8f08c3bdfSopenharmony_ciinclude $(top_srcdir)/include/mk/env_pre.mk 9f08c3bdfSopenharmony_ci 10f08c3bdfSopenharmony_ciifneq ($(WITH_EXPECT),yes) 11f08c3bdfSopenharmony_ciFILTER_OUT_SUBDIRS := ftp ssh telnet 12f08c3bdfSopenharmony_ciendif 13f08c3bdfSopenharmony_ci 14f08c3bdfSopenharmony_ciINSTALL_DEPS := ../datafiles/bin.sm 15f08c3bdfSopenharmony_ci 16f08c3bdfSopenharmony_ci../datafiles/bin.sm: 17f08c3bdfSopenharmony_ci $(MAKE) -C .. -f "$(abs_srcdir)/../Makefile" generate 18f08c3bdfSopenharmony_ci 19f08c3bdfSopenharmony_ciinclude $(top_srcdir)/include/mk/generic_trunk_target.mk 20