xref: /openbsd/regress/sys/sys/tree/rb-linux/Makefile (revision f178d1a9)
1#	$OpenBSD: Makefile,v 1.2 2024/09/01 06:05:11 anton Exp $
2
3CFLAGS=	-I${BSDSRCDIR}/sys/dev/pci/drm/include
4PROGS=	rb-linux
5WARNINGS=yes
6
7.include <bsd.regress.mk>
8