Makefile 376 B

12345678910111213141516171819
  1. # $OpenBSD: Makefile,v 1.6 2016/01/20 16:19:24 sthen Exp $
  2. SUBDIR =
  3. .for i in gsm alaw ulaw g722 g729 wav # sln16 siren7 siren14
  4. SUBDIR += en,$i
  5. SUBDIR += en_AU,$i
  6. SUBDIR += en_GB,$i
  7. SUBDIR += es,$i
  8. SUBDIR += fr,$i
  9. SUBDIR += it,$i
  10. SUBDIR += ja,$i
  11. SUBDIR += ru,$i
  12. SUBDIR += sv,$i
  13. .endfor
  14. DANGEROUS = Yes
  15. .include <bsd.port.subdir.mk>