diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-01-28 16:10:45 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-01-28 16:10:45 +0000 |
commit | b70d5a1c0ab524ebc3e0368b74f16a9880be8be9 (patch) | |
tree | 4b95fe953235ab397da277d9ca9b1a13cb49d662 /lib/libGL | |
parent | 24d521117331c70eca1f4adb66ae82fce78ea484 (diff) |
Add missing OpenBSD RCS Ids.
Diffstat (limited to 'lib/libGL')
-rw-r--r-- | lib/libGL/dri/Makefile | 2 | ||||
-rw-r--r-- | lib/libGL/dri/i810/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/libGL/dri/Makefile b/lib/libGL/dri/Makefile index 7424e7fec..7ed3c016c 100644 --- a/lib/libGL/dri/Makefile +++ b/lib/libGL/dri/Makefile @@ -1,3 +1,5 @@ +# $OpenBSD: Makefile,v 1.6 2009/01/28 16:10:44 matthieu Exp $ + SUBDIR= swrast .if ${MACHINE} == i386 || ${MACHINE} == amd64 diff --git a/lib/libGL/dri/i810/Makefile b/lib/libGL/dri/i810/Makefile index db926305a..3a5ea58e9 100644 --- a/lib/libGL/dri/i810/Makefile +++ b/lib/libGL/dri/i810/Makefile @@ -1,3 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 2009/01/28 16:10:44 matthieu Exp $ + LIB= i810_dri.so DRIVER_SOURCES = \ |