File:  [LON-CAPA] / rat / Attic / Makefile
Revision 1.1: download - view: text, annotated - select for diffs
Wed Oct 13 17:59:21 1999 UTC (24 years, 6 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
Initial revision

#Installation Makefile

DESTDIR=/home/httpd/html/adm/rat
IMAGES=images/*
CLIENT=client/rat.html

install:
	cp $(IMAGES) $(DESTDIR)
	cp $(CLIENT) $(DESTDIR)

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>