From 7fe1aaca86eecc8f3b7cd05ec2bc1506c5008ca0 Mon Sep 17 00:00:00 2001 From: Nick Hibma Date: Thu, 27 Apr 2000 21:08:24 +0000 Subject: make the example compile again. The makefile contains a reference to /sys/dev/ppbus. What really should be done is copy the header files to /usr/include/sys/dev/ppbus. PR: kern/16767 Submitted by: Jin Guojun (FTG staff) --- share/examples/ppi/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'share') diff --git a/share/examples/ppi/Makefile b/share/examples/ppi/Makefile index 1836d8abc17c..60ba1fa91d48 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 -- cgit v1.3