make: Add support for RSYSLOG_XXX installation

This commit is contained in:
Jan Lindemann 2010-08-28 13:04:37 +00:00 committed by Jan Lindemann
commit 7d1e22cb76
5 changed files with 26 additions and 1 deletions

View file

@ -395,6 +395,14 @@ INSTALL_LOGROTDIR = $(LOGROT_DIR)
INSTALLED_LOGROT = $(addprefix $(INSTALL_LOGROTDIR)/,$(LOGROT))
endif
# -- RSYSLOG
ifneq ($(TARGET),mingw)
RSYSLOG += $(basename $(wildcard *.rsyslog))
BUILD_RSYSLOGDIR = $(TOPDIR)/bin/logrotate.d
INSTALL_RSYSLOGDIR = $(RSYSLOG_DIR)
INSTALLED_RSYSLOG = $(addprefix $(INSTALL_RSYSLOGDIR)/,$(RSYSLOG))
endif
# -- CRONTAB
ifneq ($(TARGET),mingw)
CRONTAB += $(wildcard *.crontab)