Deleted Added
sdiff udiff text old ( 33976 ) new ( 34498 )
full compact
1#
2# $Id: Makefile,v 1.1.1.1 1998/03/01 23:41:09 jdp Exp $
3#
4
5.include "../Makefile.inc0"
6
7.PATH: ${SRCDIR}/libiberty
8
9LIB= iberty
10SRCS= argv.c basename.c choose-temp.c concat.c cplus-dem.c \
11 fdmatch.c fnmatch.c getopt.c getopt1.c getruntime.c \
12 hex.c floatformat.c objalloc.c obstack.c spaces.c \
13 strerror.c strsignal.c xatexit.c xexit.c xmalloc.c \
14 xstrdup.c xstrerror.c insque.c
15NOPROFILE= true
16NOPIC= true
17INTERNALLIB= true
18INTERNALSTATICLIB=true
19
20.include <bsd.lib.mk>