From 6791b98c1fdecafd797c71d1e37b3910fb7ce0b6 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 20 Oct 2023 20:36:54 +0200 Subject: Mark Makefile as being POSIX compliant --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index ac23b16..13120d9 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +.POSIX: + PREFIX = /usr/local DPREFIX = ${DESTDIR}${PREFIX} -- cgit v1.2.3