Makefile 256 B

1234567891011
  1. # $OpenBSD: Makefile,v 1.10 2013/05/16 21:53:31 sthen Exp $
  2. SUBDIR =
  3. SUBDIR += core-sounds
  4. SUBDIR += extra-sounds
  5. .for i in gsm alaw ulaw g722 g729 wav # sln16 siren7 siren14
  6. SUBDIR += moh-opsound,$i
  7. .endfor
  8. .include <bsd.port.subdir.mk>