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