Makefile
changeset 8 7da62b48653f
parent 5 33a7d0576411
child 9 417562509dbe
equal deleted inserted replaced
7:b700c7f0dbbe 8:7da62b48653f
    24 	install -m 0644 greylist.pl $(DESTDIR)$(eximconfdir)/exigrey/
    24 	install -m 0644 greylist.pl $(DESTDIR)$(eximconfdir)/exigrey/
    25 
    25 
    26 %:	%.pl
    26 %:	%.pl
    27 	@perl -c $<
    27 	@perl -c $<
    28 	@cp -vf $< $@
    28 	@cp -vf $< $@
    29 	@chmod a-w $@
    29 	@chmod a-w,+x $@