summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gdb/libiberty/Makefile
blob: 2d633007269af2eddf9585e05261ff6121eda001 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $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>