diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-26 23:05:52 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-26 23:05:52 +0000 |
commit | 90abdcd450134cd0d1aadf9b1ded35f1d8dc2f4a (patch) | |
tree | b4edb3efd44de100ceab2f988a70045b07d4a044 /driver | |
parent | 350cc2e20566a8157b1b1fb0d6314f7874524e4c (diff) |
Build infrastructure for driver
Diffstat (limited to 'driver')
59 files changed, 234 insertions, 0 deletions
diff --git a/driver/Makefile b/driver/Makefile new file mode 100644 index 000000000..e8b0b7d16 --- /dev/null +++ b/driver/Makefile @@ -0,0 +1,60 @@ +# $Xenocara: Makefile,v 1.3 2006/04/17 13:31:18 matthieu Exp $ + +INPUT_DRV= \ + xf86-input-acecad \ + xf86-input-digitaledge \ + xf86-input-elographics xf86-input-fpit \ + xf86-input-hyperpen xf86-input-jamstudio xf86-input-joystick \ + xf86-input-keyboard xf86-input-magellan xf86-input-magictouch \ + xf86-input-mouse xf86-input-mutouch \ + xf86-input-palmax xf86-input-spaceorb \ + xf86-input-summa xf86-input-tek4957 xf86-input-void + +# Broken +# xf86-input-calcomp xf86-input-citron xf86-input-dmc +# xf86-input-dynapro xf86-input-elo2300 xf86-input-microtouch +# xf86-input-penmount + +.if ${MACHINE} == i386 || ${MACHINE} == amd64 +INPUT_DRV+=xf86-input-vmmouse +.endif + +INPUT_DRV+=openbsd-input-usbtablet + +.if ${MACHINE} == zaurus +INPUT_DRV+=openbsd-input-ws +.endif + +VIDEO_DRV= \ + xf86-video-apm xf86-video-ark xf86-video-ati xf86-video-chips \ + xf86-video-cirrus xf86-video-cyrix xf86-video-dummy \ + xf86-video-fbdev xf86-video-glint xf86-video-i128 \ + xf86-video-i740 xf86-video-intel xf86-video-imstt xf86-video-mga \ + xf86-video-neomagic xf86-video-newport xf86-video-nsc \ + xf86-video-nv xf86-video-rendition xf86-video-s3 \ + xf86-video-s3virge xf86-video-savage xf86-video-siliconmotion \ + xf86-video-sis xf86-video-tdfx xf86-video-trident \ + xf86-video-tseng xf86-video-vesa xf86-video-vga \ + xf86-video-voodoo + +# uhg needs libdrm ? +# xf86-video-via + +.if ${MACHINE} == alpha && defined(notyet) +VIDEO_DRV+= xf86-video-tga +.endif +.if ${MACHINE} == i386 || ${MACHINE} == amd64 +VIDEO_DRV+= xf86-video-vmware +.endif +.if ${MACHINE} == alpha || ${MACHINE} == mac68k || ${MACHINE} == macppc \ + || ${MACHINE} == sparc || ${MACHINE} == sparc64 || ${MACHINE} == zaurus +VIDEO_DRV+= xf86-video-wsfb +.endif + +SUBDIR= ${INPUT_DRV} ${VIDEO_DRV} + +.include <bsd.subdir.mk> + +build: _SUBDIRUSE +update: _SUBDIRUSE + diff --git a/driver/xf86-input-acecad/Makefile.bsd-wrapper b/driver/xf86-input-acecad/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-input-acecad/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-input-calcomp/Makefile.bsd-wrapper b/driver/xf86-input-calcomp/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-input-calcomp/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-input-citron/Makefile.bsd-wrapper b/driver/xf86-input-citron/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-input-citron/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-input-digitaledge/Makefile.bsd-wrapper b/driver/xf86-input-digitaledge/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-input-digitaledge/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-input-dmc/Makefile.bsd-wrapper b/driver/xf86-input-dmc/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-input-dmc/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-input-dynapro/Makefile.bsd-wrapper b/driver/xf86-input-dynapro/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-input-dynapro/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-input-elo2300/Makefile.bsd-wrapper b/driver/xf86-input-elo2300/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-input-elo2300/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-input-elographics/Makefile.bsd-wrapper b/driver/xf86-input-elographics/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-input-elographics/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-input-fpit/Makefile.bsd-wrapper b/driver/xf86-input-fpit/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-input-fpit/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-input-hyperpen/Makefile.bsd-wrapper b/driver/xf86-input-hyperpen/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-input-hyperpen/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-input-jamstudio/Makefile.bsd-wrapper b/driver/xf86-input-jamstudio/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-input-jamstudio/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-input-joystick/Makefile.bsd-wrapper b/driver/xf86-input-joystick/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-input-joystick/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-input-keyboard/Makefile.bsd-wrapper b/driver/xf86-input-keyboard/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-input-keyboard/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-input-magellan/Makefile.bsd-wrapper b/driver/xf86-input-magellan/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-input-magellan/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-input-magictouch/Makefile.bsd-wrapper b/driver/xf86-input-magictouch/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-input-magictouch/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-input-microtouch/Makefile.bsd-wrapper b/driver/xf86-input-microtouch/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-input-microtouch/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-input-mouse/Makefile.bsd-wrapper b/driver/xf86-input-mouse/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-input-mouse/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-input-mutouch/Makefile.bsd-wrapper b/driver/xf86-input-mutouch/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-input-mutouch/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-input-palmax/Makefile.bsd-wrapper b/driver/xf86-input-palmax/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-input-palmax/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-input-penmount/Makefile.bsd-wrapper b/driver/xf86-input-penmount/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-input-penmount/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-input-spaceorb/Makefile.bsd-wrapper b/driver/xf86-input-spaceorb/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-input-spaceorb/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-input-summa/Makefile.bsd-wrapper b/driver/xf86-input-summa/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-input-summa/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-input-tek4957/Makefile.bsd-wrapper b/driver/xf86-input-tek4957/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-input-tek4957/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-input-vmmouse/Makefile.bsd-wrapper b/driver/xf86-input-vmmouse/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-input-vmmouse/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-input-void/Makefile.bsd-wrapper b/driver/xf86-input-void/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-input-void/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-video-apm/Makefile.bsd-wrapper b/driver/xf86-video-apm/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-video-apm/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-video-ark/Makefile.bsd-wrapper b/driver/xf86-video-ark/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-video-ark/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-video-ati/Makefile.bsd-wrapper b/driver/xf86-video-ati/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-video-ati/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-video-chips/Makefile.bsd-wrapper b/driver/xf86-video-chips/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-video-chips/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-video-cirrus/Makefile.bsd-wrapper b/driver/xf86-video-cirrus/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-video-cirrus/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-video-cyrix/Makefile.bsd-wrapper b/driver/xf86-video-cyrix/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-video-cyrix/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-video-dummy/Makefile.bsd-wrapper b/driver/xf86-video-dummy/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-video-dummy/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-video-fbdev/Makefile.bsd-wrapper b/driver/xf86-video-fbdev/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-video-fbdev/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-video-glint/Makefile.bsd-wrapper b/driver/xf86-video-glint/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-video-glint/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-video-i740/Makefile.bsd-wrapper b/driver/xf86-video-i740/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-video-i740/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-video-imstt/Makefile.bsd-wrapper b/driver/xf86-video-imstt/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-video-imstt/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-video-intel/Makefile.bsd-wrapper b/driver/xf86-video-intel/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-video-intel/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-video-mga/Makefile.bsd-wrapper b/driver/xf86-video-mga/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-video-mga/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-video-neomagic/Makefile.bsd-wrapper b/driver/xf86-video-neomagic/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-video-neomagic/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-video-newport/Makefile.bsd-wrapper b/driver/xf86-video-newport/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-video-newport/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-video-nsc/Makefile.bsd-wrapper b/driver/xf86-video-nsc/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-video-nsc/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-video-nv/Makefile.bsd-wrapper b/driver/xf86-video-nv/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-video-nv/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-video-rendition/Makefile.bsd-wrapper b/driver/xf86-video-rendition/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-video-rendition/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-video-s3/Makefile.bsd-wrapper b/driver/xf86-video-s3/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-video-s3/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-video-s3virge/Makefile.bsd-wrapper b/driver/xf86-video-s3virge/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-video-s3virge/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-video-savage/Makefile.bsd-wrapper b/driver/xf86-video-savage/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-video-savage/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-video-siliconmotion/Makefile.bsd-wrapper b/driver/xf86-video-siliconmotion/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-video-siliconmotion/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-video-sis/Makefile.bsd-wrapper b/driver/xf86-video-sis/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-video-sis/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-video-tdfx/Makefile.bsd-wrapper b/driver/xf86-video-tdfx/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-video-tdfx/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-video-tga/Makefile.bsd-wrapper b/driver/xf86-video-tga/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-video-tga/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-video-trident/Makefile.bsd-wrapper b/driver/xf86-video-trident/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-video-trident/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-video-tseng/Makefile.bsd-wrapper b/driver/xf86-video-tseng/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-video-tseng/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-video-vesa/Makefile.bsd-wrapper b/driver/xf86-video-vesa/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-video-vesa/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-video-vga/Makefile.bsd-wrapper b/driver/xf86-video-vga/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-video-vga/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-video-via/Makefile.bsd-wrapper b/driver/xf86-video-via/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-video-via/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-video-vmware/Makefile.bsd-wrapper b/driver/xf86-video-vmware/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-video-vmware/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-video-voodoo/Makefile.bsd-wrapper b/driver/xf86-video-voodoo/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-video-voodoo/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> diff --git a/driver/xf86-video-wsfb/Makefile.bsd-wrapper b/driver/xf86-video-wsfb/Makefile.bsd-wrapper new file mode 100644 index 000000000..b0057c567 --- /dev/null +++ b/driver/xf86-video-wsfb/Makefile.bsd-wrapper @@ -0,0 +1,3 @@ +# $Xenocara: Makefile.bsd-wrapper,v 1.2 2006/04/17 13:31:18 matthieu Exp $ + +.include <bsd.xorg.mk> |