sync code with last improvements from OpenBSD
This commit is contained in:
commit
88965415ff
26235 changed files with 29195616 additions and 0 deletions
15
lib/libdrm/mk/Makefile.inc
Normal file
15
lib/libdrm/mk/Makefile.inc
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $OpenBSD: Makefile.inc,v 1.4 2022/06/06 12:18:02 jsg Exp $
|
||||
|
||||
# bsd.lib.mk and bsd.xorg.mk both include Makefile.inc
|
||||
.if !defined(DRM_MK_INC)
|
||||
|
||||
DRM_SRC?= ${.CURDIR}/../..
|
||||
|
||||
CPPFLAGS+= -I${DRM_SRC} \
|
||||
-I${DRM_SRC}/include/drm \
|
||||
-I${DRM_SRC}/generated
|
||||
|
||||
.include "config.mk"
|
||||
|
||||
.endif
|
||||
DRM_MK_INC=Done
|
Loading…
Add table
Add a link
Reference in a new issue