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

SYSINCLUDES = slip_var.h if_ppp.h dp_str.h ppp_str.h vjc.h

INST_FILES=${SYS_INCLUDE_DIR}/slip_var.h	\
	   ${SYS_INCLUDE_DIR}/if_ppp.h		\
	   ${SYS_INCLUDE_DIR}/dp_str.h		\
	   ${SYS_INCLUDE_DIR}/ppp_str.h		\
	   ${SYS_INCLUDE_DIR}/vjc.h

all:

install:

clean:

depend:

undepend:
