include ${SBMTROOT}/config/Makefiles/Variables # ifdef SPECIAL_DESTINATION destination := ${SPECIAL_DESTINATION} else destination := ${BINROOT} endif ${most_supported_targets}: install : @mkdir -p ${destination} @for file in ${SCRIPTFILES} ; do \ cp -v $$file ${destination} ; \ chmod 775 ${destination}/$$file ;\ done; release : install