aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-10-20 20:36:54 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-10-20 20:36:54 +0200
commit6791b98c1fdecafd797c71d1e37b3910fb7ce0b6 (patch)
tree11bd803118ac1d9f9e8c610f6f1e146316be4e9d
parentd3e5212ece837168aca1ee485dd6cb0251b5b3d5 (diff)
Mark Makefile as being POSIX compliant
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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}