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