mirror of
https://github.com/opnsense/src.git
synced 2026-03-20 01:35:49 -04:00
8 lines
122 B
Makefile
8 lines
122 B
Makefile
# Makefile to build LCD control software for ppi(4) interface.
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PROG= ppilcd
|
|
NOMAN=
|
|
|
|
.include <bsd.prog.mk>
|