# $HeadURL$ $LastChangedRevision$ # # Load ade.mk # include $(shell ade-config ade_lib_prefix)/include/ade.mk # # What do we have? # SHELL_FILES = # We can't say 'CONF_FILES = bs' because, CONF_FILE is used to *install* # files, not to say how to make them; this is a bug. TEXT_FILES = pcms.conf crontab logrotate # # 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