I = ../include

# beware -- build knows about NEEDED
NEEDED = 

all:	$(NEEDED)

$(I)/string.h:	string.h
	cp string.h $@
$(I)/sys/timeb.h:	timeb.h
	cp timeb.h $@

clean:
