mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-28 12:07:10 +01:00
Grab headers from /usr/include.
This commit is contained in:
parent
59ca51df49
commit
5b5df07ddc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76815
@ -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