Makefile revision 302408
1# Makefile to build LCD control software for ppi(4) interface.
2#
3# $FreeBSD: stable/11/share/examples/ppi/Makefile 299293 2016-05-10 00:51:50Z gjb $
4
5PACKAGE=examples
6FILESDIR=${SHAREDIR}/examples/ppi
7PROG=	ppilcd
8MAN=
9
10.include <bsd.prog.mk>
11