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