Makefile 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. # $OpenBSD: Makefile,v 1.1.1.1 2012/11/01 09:58:05 espie Exp $
  2. SUBDIR =
  3. SUBDIR += appres
  4. SUBDIR += bdftopcf
  5. SUBDIR += beforelight
  6. SUBDIR += bitmap
  7. SUBDIR += cwm
  8. SUBDIR += editres
  9. SUBDIR += fonttosfnt
  10. SUBDIR += fslsfonts
  11. SUBDIR += fstobdf
  12. SUBDIR += fvwm
  13. SUBDIR += glxgears
  14. SUBDIR += glxinfo
  15. SUBDIR += iceauth
  16. SUBDIR += ico
  17. SUBDIR += listres
  18. SUBDIR += luit
  19. SUBDIR += mkfontdir
  20. SUBDIR += mkfontscale
  21. SUBDIR += oclock
  22. SUBDIR += rgb
  23. SUBDIR += scripts
  24. SUBDIR += sessreg
  25. SUBDIR += setxkbmap
  26. SUBDIR += showfont
  27. SUBDIR += smproxy
  28. SUBDIR += ssh-askpass
  29. SUBDIR += twm
  30. SUBDIR += video
  31. SUBDIR += viewres
  32. SUBDIR += x11perf
  33. SUBDIR += xauth
  34. SUBDIR += xbacklight
  35. SUBDIR += xbiff
  36. SUBDIR += xcalc
  37. SUBDIR += xclipboard
  38. SUBDIR += xclock
  39. SUBDIR += xcmsdb
  40. SUBDIR += xcompmgr
  41. SUBDIR += xconsole
  42. SUBDIR += xdm
  43. SUBDIR += xdpyinfo
  44. SUBDIR += xdriinfo
  45. SUBDIR += xedit
  46. SUBDIR += xev
  47. SUBDIR += xeyes
  48. SUBDIR += xf86dga
  49. SUBDIR += xfd
  50. SUBDIR += xfontsel
  51. SUBDIR += xfs
  52. SUBDIR += xfsinfo
  53. SUBDIR += xfwp
  54. SUBDIR += xgamma
  55. SUBDIR += xgc
  56. SUBDIR += xhost
  57. SUBDIR += xidle
  58. SUBDIR += xinit
  59. SUBDIR += xinput
  60. SUBDIR += xkbcomp
  61. SUBDIR += xkbevd
  62. SUBDIR += xkbprint
  63. SUBDIR += xkbutils
  64. SUBDIR += xkill
  65. SUBDIR += xload
  66. SUBDIR += xlockmore
  67. SUBDIR += xlogo
  68. SUBDIR += xlsatoms
  69. SUBDIR += xlsclients
  70. SUBDIR += xlsfonts
  71. SUBDIR += xmag
  72. SUBDIR += xman
  73. SUBDIR += xmessage
  74. SUBDIR += xmodmap
  75. SUBDIR += xmore
  76. SUBDIR += xpr
  77. SUBDIR += xprop
  78. SUBDIR += xrandr
  79. SUBDIR += xrdb
  80. SUBDIR += xrefresh
  81. SUBDIR += xset
  82. SUBDIR += xsetroot
  83. SUBDIR += xsm
  84. SUBDIR += xstdcmap
  85. SUBDIR += xsystrace
  86. SUBDIR += xterm
  87. SUBDIR += xtsscale
  88. SUBDIR += xvctl
  89. SUBDIR += xvidtune
  90. SUBDIR += xvinfo
  91. SUBDIR += xwd
  92. SUBDIR += xwininfo
  93. SUBDIR += xwud
  94. .include <bsd.port.subdir.mk>