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