diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-09-05 14:59:58 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-09-05 14:59:58 +0400 |
commit | 4cb81042580309f6e75f2a2091f8cb82e63715cd (patch) | |
tree | 675dfae27cd9e1e98ec0ea583977e33d088c942d /config.mk | |
parent | b1a95616bce549e9b15f7de622ad6dcd7c4f7ff4 (diff) |
makefile prefix can be set
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,8 +2,8 @@ VERSION = 5.3 # paths -PREFIX = /usr/local -MANPREFIX = $(PREFIX)/share/man +PREFIX ?= /usr/local +MANPREFIX ?= $(PREFIX)/share/man X11INC = /usr/X11R6/include X11LIB = /usr/X11R6/lib |