# $FreeBSD: src/lib/libfetch/Makefile,v 1.13 1999/08/28 00:04:34 peter Exp $ LIB= iberty CFLAGS+= -I. -Wall SRCS= basename.c \ concat.c \ fdmatch.c \ get_run_time.c \ getopt_long.c \ insque.c \ spaces.c \ strerror.c \ strsignal.c \ xmalloc.c \ xstrdup.c \ xstrerror.c SHLIB_MAJOR= 1 SHLIB_MINOR= 0 NOPROFILE= yes .include