diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-02-24 02:30:08 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-02-24 02:30:08 +0000 |
commit | 1d35364040c0ffa99133522fa5ab3bd6131d8bf7 (patch) | |
tree | 0ea3d9ca4ad10692c6477168b67e98cb50ea6bd3 /lib/mesa/mk/libloader | |
parent | b24b5b9049e889ee4eb39b565bcc8d48bd45ab48 (diff) |
Merge Mesa 21.3.7
Diffstat (limited to 'lib/mesa/mk/libloader')
-rw-r--r-- | lib/mesa/mk/libloader/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/mesa/mk/libloader/Makefile b/lib/mesa/mk/libloader/Makefile index 813f759c1..1c945c33a 100644 --- a/lib/mesa/mk/libloader/Makefile +++ b/lib/mesa/mk/libloader/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1 2020/08/26 06:02:40 jsg Exp $ +# $OpenBSD: Makefile,v 1.2 2022/02/24 02:29:49 jsg Exp $ LIB= loader NOPROFILE= -SRCS= loader.c \ +SRCS= loader_dri_helper.c \ + loader.c \ pci_id_driver_map.c .include "../Makefile.inc" |