xref: /freebsd/share/examples/ppi/Makefile (revision fd90e2ed54a69bb07d14dcd4e805431ccb7d6cb6)
1# Makefile to build LCD control software for ppi(4) interface.
2#
3# $FreeBSD$
4
5PROG=	ppilcd
6MAN=
7
8.include <bsd.prog.mk>
9