include ../../cce-builddefs-1.0/rules/defines.mk PERLSRCS = I18n.pm SendEmail.pm JConv.pl I18nMail.pm all: @echo Nothing to make for all. install: mkdir -p $(CCEPERLDIR) || /bin/true for t in $(PERLSRCS) ; do install -o root -g wheel -m 755 $$t $(CCEPERLDIR) ; done clean: @echo Nothing to do for clean. PERLSRCS = I18n.pm SendEmail.pm JConv.pl I18nMail.pm all: @echo Nothing to make for all. install: mkdir -p $(CCEPERLDIR) || /bin/true for t in $(PERLSRCS) ; do install -o root -g wheel -m 755 $$t $(CCEPERLDIR) ; done clean: @echo Nothing to do for clean.