xref: /freebsd/share/examples/ppi/Makefile (revision 7f3dea244c40159a41ab22da77a434d7c5b5e85a)
1b1303e6eSMike Smith# Makefile to build LCD control software for ppi(4) interface.
2b1303e6eSMike Smith#
37f3dea24SPeter Wemm# $FreeBSD$
4b1303e6eSMike Smith
5b1303e6eSMike SmithPROG=	ppilcd
6b1303e6eSMike SmithNOMAN=	YES
7b1303e6eSMike Smith
8b1303e6eSMike Smith.include <bsd.prog.mk>
9