freebsd-dev/share/examples/ppi/Makefile

11 lines
171 B
Makefile
Raw Normal View History

# Makefile to build LCD control software for ppi(4) interface.
#
1999-08-28 00:22:10 +00:00
# $FreeBSD$
PACKAGE=examples
FILESDIR=${SHAREDIR}/examples/ppi
PROG= ppilcd
MAN=
.include <bsd.prog.mk>