summaryrefslogtreecommitdiffstats
path: root/share/examples/ppi/Makefile
blob: 60ba1fa91d48f047e68f1a178641ee07f4a73de8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Makefile to build LCD control software for ppi(4) interface.
#
# $FreeBSD$

PROG=	ppilcd
NOMAN=	YES

# XXX This should not be done in fact. The header files should
# be copied to /usr/include/sys/dev/ppbus during make world
CFLAGS += -I/sys/dev/ppbus

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud