]> datadissipation.net git - ust.git/commitdiff
another garbled comment fix
authorgit <redacted>
Wed, 18 Feb 2026 12:48:54 +0000 (07:48 -0500)
committergit <redacted>
Wed, 18 Feb 2026 12:48:54 +0000 (07:48 -0500)
config.mk

index 5a4c80eaaaa1363bde45e69cd73cb62ebd08b2d2..b891d34a6a5101e2debb2909bae484872f2bd9de 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -1,8 +1,9 @@
 VERSION = 0.2.1
 
 PREFIX = /usl/local
+MANPREFIX = ${PREFIX}/share/man
 
-# need -D_GNU_SOURCE wehn compiling on Linux
+# need -D_GNU_SOURCE when compiling on Linux
 OS != uname -s
 
 GNUSRC != if [ "${OS}" = "Linux" ]; then \