diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 2000-04-27 21:08:24 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 2000-04-27 21:08:24 +0000 |
| commit | 7fe1aaca86eecc8f3b7cd05ec2bc1506c5008ca0 (patch) | |
| tree | c952f9421b16f1c0172a2ccfcdb0de8549ffa2ee /share/examples | |
| parent | a343b08831c940cff6a3dd5c89f888785685ec45 (diff) | |
Notes
Diffstat (limited to 'share/examples')
| -rw-r--r-- | share/examples/ppi/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 <bsd.prog.mk> |
