# Makefile for installing xf
# the xf installation Makefile is braindamaged, and has to
# be run in place (ie $(BINROOTDIR)/usr/X386/lib/xf-2.3)
# so this front end just copies the sources there first
# yuck!

all:
	tar cf - xf-2.3|(cd $(BINROOTDIR)/usr/X386/lib/X11;tar xpf -)

install:
	(cd $(BINROOTDIR)/usr/X386/lib/X11/xf-2.3;make install)

clean:
	echo nothing to do	
