xref: /freebsd/share/examples/ppi/Makefile (revision 214e3e09b3381e44bf5d9c1dcd19c4b1b923a796)
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