1#! /bin/sh
2
3# $FreeBSD$
4
5for F in \
6	choose-temp.c	\
7	cp-demangle.c	\
8	cplus-dem.c	\
9	dyn-string.c	\
10	getopt.c	\
11	getopt1.c	\
12	getpwd.c	\
13	hashtab.c	\
14	lbasename.c	\
15	md5.c		\
16	obstack.c	\
17	partition.c	\
18	pexecute.c	\
19	splay-tree.c
20do
21	cp -ip ../libiberty/$F .
22done
23
24for F in \
25	ansidecl.h	\
26	demangle.h	\
27	dyn-string.h	\
28	getopt.h	\
29	hashtab.h	\
30	libiberty.h	\
31	obstack.h	\
32	partition.h	\
33	splay-tree.h	\
34	symcat.h
35do
36	cp -ip ../include/$F .
37done
38