all:
	cd ddf ; make install
	echo 'You may have to reboot your node for further installation.'

type:
	cd dev ; ./Install lapr

clean:
	cd dev ; make clean
	cd ddf ; make clean
	-rm *.bak
print:
	/usr/local/bin/a2ps README Makefile CHANGES
	cd ddf ; make print
	cd dev ; make print

install:
	make
	make type
