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