Home | History | Annotate | Download | only in nfs_stress
      1 # SPDX-License-Identifier: GPL-2.0-or-later
      2 # Copyright (c) 2015-2018 Oracle and/or its affiliates. All Rights Reserved.
      3 # Copyright (C) 2009, Cisco Systems Inc.
      4 
      5 top_srcdir		?= ../../../..
      6 
      7 include $(top_srcdir)/include/mk/testcases.mk
      8 
      9 nfs04_create_file: CPPFLAGS += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
     10 nfs05_make_tree: LDLIBS += -lpthread
     11 
     12 INSTALL_TARGETS		:= nfs_lib.sh \
     13 			   nfs01 \
     14 			   nfs02 \
     15 			   nfs03 \
     16 			   nfs04 \
     17 			   nfs05 \
     18 			   nfs06
     19 
     20 include $(top_srcdir)/include/mk/generic_leaf_target.mk
     21