include ../conf/dp.conf
include ../Makefile.conf

INST_FILES=${DPACCESS_DIR}/down		\
	   ${DPACCESS_DIR}/free		\
	   ${DPACCESS_DIR}/free_shared	\
	   ${DPACCESS_DIR}/toll		\
	   ${DPACCESS_DIR}/toll_nomail

all:

install:	${INST_FILES}
	
${DPACCESS_DIR}/down:		down
	../conf/install -m 444 -f ${DPACCESS_DIR} down

${DPACCESS_DIR}/free:		free
	../conf/install -m 444 -f ${DPACCESS_DIR} free

${DPACCESS_DIR}/free_shared:	free_shared
	../conf/install -m 444 -f ${DPACCESS_DIR} free_shared

${DPACCESS_DIR}/toll:		toll
	../conf/install -m 444 -f ${DPACCESS_DIR} toll

${DPACCESS_DIR}/toll_nomail:	toll_nomail
	../conf/install -m 444 -f ${DPACCESS_DIR} toll_nomail

clean:

lint:

depend:

undepend:
