aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-02-15 16:14:52 +0000
committerBruce Evans <bde@FreeBSD.org>1997-02-15 16:14:52 +0000
commit3b8140403933688eb18bac6d91bc231ad1beffc1 (patch)
tree5de9cbaae2da3fcd572ebd78f782f82061688466 /gnu
parent3937aa2158cd43a5a4d15ab16613127fa7a3570a (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/gdb/libiberty/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/gnu/usr.bin/gdb/libiberty/Makefile b/gnu/usr.bin/gdb/libiberty/Makefile
index d3128986279b1..d433076170757 100644
--- a/gnu/usr.bin/gdb/libiberty/Makefile
+++ b/gnu/usr.bin/gdb/libiberty/Makefile
@@ -1,18 +1,15 @@
LIB= iberty
+INTERNALLIB= true
+INTERNALSTATICLIB= true
GDBDIR= ${.CURDIR}/../../../../contrib/gdb
.PATH: ${GDBDIR}/libiberty
SRCS= argv.c basename.c concat.c cplus-dem.c fdmatch.c getopt.c \
- getopt1.c getruntime.c hex.c floatformat.c obstack.c spaces.c \
- strerror.c strsignal.c vasprintf.c xatexit.c xexit.c \
+ getopt1.c getruntime.c hex.c obstack.c spaces.c \
+ strsignal.c xatexit.c xexit.c \
xmalloc.c xstrdup.c xstrerror.c insque.c
CFLAGS+= -I$(.CURDIR) -I$(.CURDIR)/../gdb/.
-NOPROFILE=no
-NOPIC=no
-
-install:
- @echo -n
.include <bsd.lib.mk>