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