make: Add support for .crontab files

This commit is contained in:
Jan Lindemann 2010-06-10 10:00:29 +00:00 committed by Jan Lindemann
commit dba01ffe0f
5 changed files with 23 additions and 2 deletions

View file

@ -282,7 +282,7 @@ check_not_empty_$(1):
endef
INSTALLATION_FILE_TYPES = LIB PI HDR EXE SCRIPT INIT DOC PROFILE MAKE CFG \
SYSCFG IMG LOG JAVA LD_CONF CGI LOGROT
SYSCFG IMG LOG JAVA LD_CONF CGI LOGROT CRONTAB
#$(foreach attr,OWNER GROUP MODE,$(foreach type, $(INSTALLATION_FILE_TYPES),\
# $(eval $(call std_install_rules,$(type)$(attr)))))