diff options
Diffstat (limited to 'gnu/lib/libiberty/Makefile')
-rw-r--r-- | gnu/lib/libiberty/Makefile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/gnu/lib/libiberty/Makefile b/gnu/lib/libiberty/Makefile deleted file mode 100644 index 17228f8..0000000 --- a/gnu/lib/libiberty/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ - -SRCDIR= ${.CURDIR}/../../../contrib/binutils/libiberty - -.PATH: ${SRCDIR} ${SRCDIR}/../include - -#LIB= iberty - -# miniumally required sources -SRCS= argv.c choose-temp.c concat.c cplus-dem.c fdmatch.c fnmatch.c getopt.c \ - getopt1.c getruntime.c hex.c floatformat.c objalloc.c obstack.c \ - pexecute.c spaces.c strerror.c strsignal.c xatexit.c xexit.c xmalloc.c \ - xstrdup.c xstrerror.c - -CFLAGS+= -I${SRCDIR}/../include -I${.CURDIR} -CFLAGS+= -DHAVE_CONFIG_H - -#INCS= alloca-conf.h ansidecl.h demangle.h floatformat.h fnmatch.h getopt.h \ -# libiberty.h objalloc.h obstack.h -#INCSDIR=${INCLUDEDIR}/libiberty - -.include <bsd.lib.mk> |