config.mk: Fix PREFIX assignment

Signed-off-by: drkhsh <me@drkhsh.at>
This commit is contained in:
planet36 2021-05-26 14:29:32 -04:00 committed by drkhsh
parent 984f45719e
commit c225c43151
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ VERSION = 0
# customize below to fit your system
# paths
PREFIX = /usr/local
PREFIX ?= /usr/local
MANPREFIX = $(PREFIX)/share/man
X11INC = /usr/X11R6/include