xref: /freebsd/share/examples/ppi/Makefile (revision 77a0943ded95b9e6438f7db70c4a28e4d93946d4)
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