Annotation of rat/Makefile, revision 1.1

1.1     ! albertel    1: #Installation Makefile
        !             2: 
        !             3: DESTDIR=/home/httpd/html/adm/rat
        !             4: IMAGES=images/*
        !             5: CLIENT=client/rat.html
        !             6: 
        !             7: install:
        !             8: 	cp $(IMAGES) $(DESTDIR)
        !             9: 	cp $(CLIENT) $(DESTDIR)

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