• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0-or-later
2# Copyright (C) 2009, Cisco Systems Inc.
3# Ngie Cooper, December 2009
4
5top_srcdir		?= ..
6
7include $(top_srcdir)/include/mk/env_pre.mk
8
9INSTALL_DIR		:= testscripts
10
11INSTALL_MODE		:= 00755
12
13INSTALL_TARGETS		:= *.sh
14
15MAKE_TARGETS		:=
16
17include $(top_srcdir)/include/mk/generic_leaf_target.mk
18