mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-13 14:40:22 +00:00
e653b48c80
OK'ed by: core
9 lines
123 B
Makefile
9 lines
123 B
Makefile
# Makefile to build LCD control software for ppi(4) interface.
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PROG= ppilcd
|
|
NO_MAN=
|
|
|
|
.include <bsd.prog.mk>
|