Grab headers from /usr/include.
This commit is contained in:
parent
6514978c7b
commit
e9d2e751ac
@ -5,8 +5,4 @@
|
|||||||
PROG= ppilcd
|
PROG= ppilcd
|
||||||
NOMAN= YES
|
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>
|
.include <bsd.prog.mk>
|
||||||
|
@ -14,9 +14,8 @@
|
|||||||
#include <err.h>
|
#include <err.h>
|
||||||
#include <sysexits.h>
|
#include <sysexits.h>
|
||||||
|
|
||||||
/* XXX should be in <machine/> */
|
#include <dev/ppbus/ppbconf.h>
|
||||||
#include "ppbconf.h"
|
#include <dev/ppbus/ppi.h>
|
||||||
#include "ppi.h"
|
|
||||||
|
|
||||||
#define debug(lev, fmt, args...) if (debuglevel >= lev) fprintf(stderr, fmt "\n" , ## args);
|
#define debug(lev, fmt, args...) if (debuglevel >= lev) fprintf(stderr, fmt "\n" , ## args);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user