
.EXPORT_ALL_VARIABLES:

all:
	make -C pppd || exit $?

romfs:
	make -C pppd || exit $?

clean:
	-make -C pppd clean
