aboutsummaryrefslogtreecommitdiff
path: root/share/examples/ppi/Makefile
blob: fa409ee91e2cd4b8e395258f74ceaf0249461bbd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Makefile to build LCD control software for ppi(4) interface.
#
# $FreeBSD$

PACKAGE=examples
FILESDIR=${SHAREDIR}/examples/ppi
PROG=	ppilcd
MAN=

.include <bsd.prog.mk>