mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
9 lines
159 B
Makefile
9 lines
159 B
Makefile
# Makefile to build LCD control software for ppi(4) interface.
|
|
#
|
|
|
|
PACKAGE=examples
|
|
FILESDIR=${SHAREDIR}/examples/ppi
|
|
PROG= ppilcd
|
|
MAN=
|
|
|
|
.include <bsd.prog.mk>
|