Makefile 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. # $OpenBSD: Makefile,v 1.2 2013/11/17 10:42:37 espie Exp $
  2. SUBDIR =
  3. SUBDIR += xf86-input-acecad
  4. SUBDIR += xf86-input-elographics
  5. SUBDIR += xf86-input-fpit
  6. SUBDIR += xf86-input-hyperpen
  7. SUBDIR += xf86-input-joystick
  8. SUBDIR += xf86-input-keyboard
  9. SUBDIR += xf86-input-mouse
  10. SUBDIR += xf86-input-mutouch
  11. SUBDIR += xf86-input-penmount
  12. SUBDIR += xf86-input-synaptics
  13. SUBDIR += xf86-input-usbtablet
  14. SUBDIR += xf86-input-vmmouse
  15. SUBDIR += xf86-input-void
  16. SUBDIR += xf86-input-ws
  17. SUBDIR += xf86-video-apm
  18. SUBDIR += xf86-video-ark
  19. SUBDIR += xf86-video-ati
  20. SUBDIR += xf86-video-chips
  21. SUBDIR += xf86-video-cirrus
  22. SUBDIR += xf86-video-dummy
  23. SUBDIR += xf86-video-geode
  24. SUBDIR += xf86-video-glint
  25. SUBDIR += xf86-video-i128
  26. SUBDIR += xf86-video-i740
  27. SUBDIR += xf86-video-intel
  28. SUBDIR += xf86-video-mach64
  29. SUBDIR += xf86-video-mga
  30. SUBDIR += xf86-video-modesetting
  31. SUBDIR += xf86-video-neomagic
  32. SUBDIR += xf86-video-nv
  33. SUBDIR += xf86-video-openchrome
  34. SUBDIR += xf86-video-r128
  35. SUBDIR += xf86-video-radeonold
  36. SUBDIR += xf86-video-rendition
  37. SUBDIR += xf86-video-s3
  38. SUBDIR += xf86-video-s3virge
  39. SUBDIR += xf86-video-savage
  40. SUBDIR += xf86-video-siliconmotion
  41. SUBDIR += xf86-video-sis
  42. SUBDIR += xf86-video-sunffb
  43. SUBDIR += xf86-video-tdfx
  44. SUBDIR += xf86-video-trident
  45. SUBDIR += xf86-video-tseng
  46. SUBDIR += xf86-video-vesa
  47. SUBDIR += xf86-video-vmware
  48. SUBDIR += xf86-video-voodoo
  49. SUBDIR += xf86-video-wildcatfb
  50. SUBDIR += xf86-video-wsfb
  51. SUBDIR += xf86-video-wsudl
  52. .include <bsd.port.subdir.mk>