• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0-or-later
2# Copyright (C) 2009, Cisco Systems Inc.
3# Ngie Cooper, September 2009
4
5top_srcdir		?= ../../../..
6
7include $(top_srcdir)/include/mk/testcases.mk
8include $(abs_srcdir)/../Makefile.inc
9
10CPPFLAGS		+= -I$(abs_srcdir)/../include
11
12INSTALL_TARGETS		:= sendfile01.sh
13
14MAKE_TARGETS		+= testsf_c testsf_s testsf_c6 testsf_s6
15
16testsf_c6.o testsf_s6.o: CPPFLAGS += -DINET6
17
18testsf_c6.o testsf_s6.o: %6.o: %.c
19	$(COMPILE.c) $(OUTPUT_OPTION) $<
20
21include $(top_srcdir)/include/mk/generic_leaf_target.mk
22