freebsd-dev/share/examples/ppi/Makefile
Mike Smith b1303e6e75 Sample program using the ppi(4) interface to control LCD modules.
Currently supports the (very common) Hitachi HD44780, but can be
easily modified to add other chipsets.
1998-01-02 12:10:56 +00:00

9 lines
121 B
Makefile

# Makefile to build LCD control software for ppi(4) interface.
#
# $Id$
PROG= ppilcd
NOMAN= YES
.include <bsd.prog.mk>