11 lines
281 B
Makefile
11 lines
281 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2014, Oracle and/or its affiliates. All Rights Reserved.
|
|
|
|
top_srcdir ?= ../../../..
|
|
|
|
include $(top_srcdir)/include/mk/env_pre.mk
|
|
|
|
INSTALL_TARGETS := rpc_test.sh
|
|
|
|
include $(top_srcdir)/include/mk/generic_trunk_target.mk
|