.EXPORT_ALL_VARIABLES:

all:
	${MAKE} -C pppd

clean:
	${MAKE} -C pppd clean

install:
	${MAKE} -C pppd install

