Makefile
changeset 7 4bf506005c14
parent 6 4f955ca8e44f
equal deleted inserted replaced
6:4f955ca8e44f 7:4bf506005c14
     1 
       
     2 # debian specific, needs to be more flexible
       
     3 CONF_DIR = /etc/exim4
       
     4 PLUGIN_DIR = ${CONF_DIR}/Exim/Plugin
       
     5 
       
     6 .PHONY: all install
       
     7 
       
     8 all:
       
     9 
       
    10 install:
       
    11 	install -d ${PLUGIN_DIR}
       
    12 	install CheckDisclaimer.pm ${PLUGIN_DIR}/