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