mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Grab headers from /usr/include.
This commit is contained in:
parent
59ca51df49
commit
5b5df07ddc
2 changed files with 2 additions and 7 deletions
|
|
@ -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 a new issue