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>
|