diff options
Diffstat (limited to 'gnu/usr.bin/gdb/libiberty/Makefile')
-rw-r--r-- | gnu/usr.bin/gdb/libiberty/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gnu/usr.bin/gdb/libiberty/Makefile b/gnu/usr.bin/gdb/libiberty/Makefile deleted file mode 100644 index 2d633007269..00000000000 --- a/gnu/usr.bin/gdb/libiberty/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $Id: Makefile,v 1.1 1995/10/18 08:40:12 deraadt Exp $ - -LIB= iberty -NOPROFILE= -NOPIC= - -CFLAGS+= -I$(.CURDIR)/../include -SRCS= argv.c basename.c concat.c cplus-dem.c getopt.c getopt1.c \ - obstack.c strsignal.c ieee-float.c insque.c - -install: - -.include <bsd.lib.mk> |