12 lines
298 B
Makefile
12 lines
298 B
Makefile
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
# Copyright (c) 2016 Red Hat Inc., All Rights Reserved.
|
||
|
|
# Author: Hangbin Liu <haliu@redhat.com>
|
||
|
|
|
||
|
|
top_srcdir ?= ../../../..
|
||
|
|
|
||
|
|
include $(top_srcdir)/include/mk/env_pre.mk
|
||
|
|
|
||
|
|
INSTALL_TARGETS := *.sh
|
||
|
|
|
||
|
|
include $(top_srcdir)/include/mk/generic_leaf_target.mk
|