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

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

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

clean:

lint:

depend:

undepend:
