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