posix.mk revision 1.4
1# $NetBSD: posix.mk,v 1.4 2025/04/13 09:29:33 rillig Exp $
2#
3# This file is included in all tests that start with a ".POSIX:" line,
4# even when the "-r" option is given.
5
6# The makefile containing the POSIX definitions is not supposed to contain a
7# ".POSIX:" line, but even if it does, this must not lead to an endless loop
8# by including it over and over again.
9#
10# When being included from another file, this ".POSIX:" line occurs too late,
11# though, and would thus switch out of POSIX mode again.
12#
13#.POSIX:
14
15# The file <posix.mk> is not intended to be used as a top-level makefile, and
16# it is not supposed to define any targets, only rules.
17# expect: make: no target to make.
18