diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-10-20 20:36:54 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-10-20 20:36:54 +0200 |
commit | 6791b98c1fdecafd797c71d1e37b3910fb7ce0b6 (patch) | |
tree | 11bd803118ac1d9f9e8c610f6f1e146316be4e9d | |
parent | d3e5212ece837168aca1ee485dd6cb0251b5b3d5 (diff) |
Mark Makefile as being POSIX compliant
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +.POSIX: + PREFIX = /usr/local DPREFIX = ${DESTDIR}${PREFIX} |