vcopy <files> <targetdir> Executes cp -a <files> ${DESTDIR}/<targetdir> vinstall <file> <mode> <targetdir> <targetfile> 4th argument is optional. Executed install -Dm<mode> <file> ${DESTDIR}/<targetdir>/<file> vmkdir <dir> <mode> Executed install -dm<mode> ${DESTDIR}/<dir>