1# SPDX-License-Identifier: GPL-2.0-or-later 2# Copyright (c) Wipro Technologies Ltd, 2002. All Rights Reserved. 3# Copyright (C) International Business Machines Corp., 2007 4# 5# HISTORY: 6# 6/8/07 [email protected] Copied change made in RHEL Makefile for seg fault. 7# 8############################################################################# 9 10top_srcdir ?= ../../../.. 11 12include $(top_srcdir)/include/mk/testcases.mk 13 14CFLAGS += -D_GNU_SOURCE 15 16include $(top_srcdir)/include/mk/generic_leaf_target.mk 17