# Makefile (projects/tools) for installing scripts into /usr/local/sbin install: install_scripts /usr/local/sbin/README.txt install_scripts: install --mode=554 `if [ $$LOGNAME = root ] ; then echo --owner=root ; fi` --group=adm --preserve-timestamps \ rsync_bak tarbak /usr/local/sbin /usr/local/sbin/README.txt: @echo "Certain scripts (those without write permission for root) have been" >> $@ @echo "installed here from source control work directories. DO NOT EDIT THEM." >> $@ @echo README.txt installed