From a4aa01c128b04c7174d57a28f61656f966d2bd6c Mon Sep 17 00:00:00 2001 From: Salvatore Cro Date: Wed, 20 Apr 2011 12:49:25 +0200 Subject: Added fts support for traversing UNIX file hierarchies. It is required by libdwfl in elfutils package. Signed-off-by: Salvatore Cro Signed-off-by: Bernhard Reutner-Fischer --- libc/misc/fts/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libc/misc/fts/Makefile (limited to 'libc/misc/fts/Makefile') diff --git a/libc/misc/fts/Makefile b/libc/misc/fts/Makefile new file mode 100644 index 000000000..1361db3e0 --- /dev/null +++ b/libc/misc/fts/Makefile @@ -0,0 +1,14 @@ +# Makefile for uClibc +# +# Copyright (C) 2009 STMicroelectronics Ltd. +# Author: Salvatore Cro +# +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. +# + +top_srcdir=../../../ +top_builddir=../../../ +all: objs +include $(top_builddir)Rules.mak +include Makefile.in +include $(top_srcdir)Makerules -- cgit v1.2.3