#include <psf_pre.imake>

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

ARCHIVE = README Imakefile all.psf
ARCHIVE: sh += find . -name '[A-Z]*.psf' -type f -print | sed s+./++

#include <psf_post.imake>
