1# $NetBSD: posix.mk,v 1.5 2025/04/13 09:44:58 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.POSIX: 10 11# The file <posix.mk> is not intended to be used as a top-level makefile, and 12# it is not supposed to define any targets, only rules. 13# expect: make: no target to make. 14