Makefile (6cec9cad762b6476313fb1f8e931a1647822db6b) | Makefile (a5921bc3653e2e286715e6fe8d473ec0d02da38c) |
---|---|
1# Makefile to build LCD control software for ppi(4) interface. 2# 3# $FreeBSD$ 4 | 1# Makefile to build LCD control software for ppi(4) interface. 2# 3# $FreeBSD$ 4 |
5PACKAGE=examples 6FILESDIR=${SHAREDIR}/examples/ppi |
|
5PROG= ppilcd 6MAN= 7 8.include <bsd.prog.mk> | 7PROG= ppilcd 8MAN= 9 10.include <bsd.prog.mk> |