COMPRESS
if ((base = strrchr(COMPRESS, '/')) == NULL)
base = COMPRESS;
(void)execl(COMPRESS, base, "-f", tmp, (char *)NULL);
warn(COMPRESS);