# $HeadURL$ $LastChangedRevision$ # # Load ade.mk # include $(shell ade-config ade_share_prefix)/include/ade.mk # # What do we have? # SHELL_FILES = TEXT_FILES = pcms.conf crontab logrotate plugin # # Where do we want it? # # There is no variables for installing examples files; we need to install # them manually. compile: logrotate logrotate: logrotate.src sed "s@%{PCMS_LOCK_PREFIX}@/var/run@g" $^ > $@ clean: rm -f logrotate