summaryrefslogtreecommitdiffstats
path: root/share/examples/ppi
diff options
context:
space:
mode:
Diffstat (limited to 'share/examples/ppi')
-rw-r--r--share/examples/ppi/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/examples/ppi/Makefile b/share/examples/ppi/Makefile
index 1836d8a..60ba1fa 100644
--- a/share/examples/ppi/Makefile
+++ b/share/examples/ppi/Makefile
@@ -5,4 +5,8 @@
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