9 lines
126 B
Makefile
9 lines
126 B
Makefile
# Makefile to build LCD control software for ppi(4) interface.
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PROG= ppilcd
|
|
NOMAN= YES
|
|
|
|
.include <bsd.prog.mk>
|