#include <psf_pre.imake>

all::	/* nothing: this directory contains examples only */

ARCHIVE = README Imakefile
ARCHIVE: sh += find . -name '[a-z]*' -type f -print | sed s+./++

#include <psf_post.imake>
