b1303e6e75
Currently supports the (very common) Hitachi HD44780, but can be easily modified to add other chipsets.
9 lines
121 B
Makefile
9 lines
121 B
Makefile
# Makefile to build LCD control software for ppi(4) interface.
|
|
#
|
|
# $Id$
|
|
|
|
PROG= ppilcd
|
|
NOMAN= YES
|
|
|
|
.include <bsd.prog.mk>
|