xref: /freebsd/share/examples/ppi/Makefile (revision 23f282aa31e9b6fceacd449020e936e98d6f2298)
1# Makefile to build LCD control software for ppi(4) interface.
2#
3# $FreeBSD$
4
5PROG=	ppilcd
6NOMAN=	YES
7
8# XXX This should not be done in fact. The header files should
9# be copied to /usr/include/sys/dev/ppbus during make world
10CFLAGS += -I/sys/dev/ppbus
11
12.include <bsd.prog.mk>
13