mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
Currently supports the (very common) Hitachi HD44780, but can be easily modified to add other chipsets.
8 lines
121 B
Makefile
8 lines
121 B
Makefile
# Makefile to build LCD control software for ppi(4) interface.
|
|
#
|
|
# $Id$
|
|
|
|
PROG= ppilcd
|
|
NOMAN= YES
|
|
|
|
.include <bsd.prog.mk>
|