# SPDX-License-Identifier: GPL-2.0-or-later # Copyright (c) 2015-2018 Oracle and/or its affiliates. All Rights Reserved. # Copyright (C) 2009, Cisco Systems Inc. top_srcdir ?= ../../../.. include $(top_srcdir)/include/mk/testcases.mk nfs04_create_file: CPPFLAGS += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE nfs05_make_tree: LDLIBS += -lpthread INSTALL_TARGETS := nfs_lib.sh \ nfs01.sh \ nfs02.sh \ nfs03.sh \ nfs04.sh \ nfs05.sh \ nfs06.sh \ nfs07.sh include $(top_srcdir)/include/mk/generic_leaf_target.mk