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