1# $NetBSD: cond-op-or-lint.mk,v 1.1 2020/11/08 23:54:28 rillig Exp $2#3# Tests for the || operator in .if conditions, in lint mode.45.MAKEFLAGS: -dL67# The '|' operator is not allowed in lint mode.8# It is not used in practice anyway.9.if0 | 010. error11.else12. error13.endif14