Makefile 223 B

12345678910111213
  1. # $OpenBSD: Makefile,v 1.1.1.1 2016/03/28 15:36:17 zhuk Exp $
  2. #
  3. # Check silence in case of PKG_ARCH=* and WANTLIB-= (empty)
  4. COMMENT = test 18
  5. DISTNAME = test-18
  6. PKG_ARCH= *
  7. WANTLIB = c
  8. WANTLIB-=
  9. .include <bsd.port.mk>