16 lines
297 B
PHP
16 lines
297 B
PHP
|
# $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
|