SUBDIR+=libhack ppp pppctl
.include <bsd.subdir.mk>
afterinstall:
	@echo "Please read the README.changes file."
	@echo
	@echo "You may wish to make etc-install to install the sample files"

etc-install:
	install -c -o bin -g bin -m 444 etc_ppp/ppp.conf.sample /etc/ppp
	install -c -o bin -g bin -m 444 etc_ppp/ppp.linkup.sample /etc/ppp
	install -c -o bin -g bin -m 444 etc_ppp/ppp.linkdown.sample /etc/ppp
	install -c -o bin -g bin -m 444 etc_ppp/ppp.secret.sample /etc/ppp
