Makefile 293 B

123456789101112131415161718
  1. # $OpenBSD: Makefile,v 1.2 2012/11/03 09:41:55 espie Exp $
  2. SUBDIR =
  3. SUBDIR += share/mk
  4. SUBDIR += proto
  5. SUBDIR += lib
  6. SUBDIR += data
  7. SUBDIR += app
  8. SUBDIR += driver
  9. SUBDIR += font
  10. SUBDIR += kdrive
  11. SUBDIR += meta
  12. SUBDIR += util
  13. SUBDIR += xserver
  14. SUBDIR += release
  15. .include <bsd.port.subdir.mk>