posix.mk revision 1.5
11.5Srillig# $NetBSD: posix.mk,v 1.5 2025/04/13 09:44:58 rillig Exp $ 21.4Srillig# 31.4Srillig# This file is included in all tests that start with a ".POSIX:" line, 41.4Srillig# even when the "-r" option is given. 51.1Sapb 61.4Srillig# The makefile containing the POSIX definitions is not supposed to contain a 71.4Srillig# ".POSIX:" line, but even if it does, this must not lead to an endless loop 81.4Srillig# by including it over and over again. 91.5Srillig.POSIX: 101.1Sapb 111.4Srillig# The file <posix.mk> is not intended to be used as a top-level makefile, and 121.4Srillig# it is not supposed to define any targets, only rules. 131.4Srillig# expect: make: no target to make. 14