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