Dec. 19, 2023
7:25 a.m.
--- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 58e78777..a6051531 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,9 @@ # 2009-05-17 by Arthur David Olson. # Request POSIX conformance; this must be the first non-comment line. .POSIX: +# On older platforms you may need to scrounge for a POSIX-conforming 'make'. +# For example, on Solaris 10 (2005), use /usr/sfw/bin/gmake or +# /usr/xpg4/bin/make, not /usr/ccs/bin/make. # To affect how this Makefile works, you can run a shell script like this: # -- 2.40.1