# BuildSystemHeader added automatically
# $Header: [Makefile,v 1.1 91/05/04 09:14:53 afuller Exp ]$
#
# Created 3/31/87 rich.
#
# This file creates the files /usr/skel
#

REALFILES= .Xdefaults
inst-files= ${REALFILES}
DESTDIR=
CONFDIR=/usr/skel


all:
	@echo "done"

install: ${inst-files}
	for i in ${inst-files} ; do \
		install -c -m 644 $$i ${DESTDIR}/${CONFDIR}/$$i ;\
	done

clean:
	-rm -f *~ #* core errs

get:
	co -q ${REALFILES}
	for i in ${LINKS} ; \
	do \
		ln -s $$i ; \
	done

buildtree:
	@echo ${WHEREAMI} `pwd`

depend:


