Make standard for non-GNU

This commit is contained in:
KawaiiAmber 2021-01-08 06:51:49 -07:00
parent 6abae763c6
commit 6f740f74ea

View File

@ -8,6 +8,9 @@ MANPREFIX ?= ${PREFIX}/share/man
LOCALINC ?= /usr/local/include LOCALINC ?= /usr/local/include
LOCALLIB ?= /usr/local/lib LOCALLIB ?= /usr/local/lib
# SHELL variable (mainly for non-GNU make)
SHELL ?= /bin/sh
X11INC ?= /usr/X11R6/include X11INC ?= /usr/X11R6/include
X11LIB ?= /usr/X11R6/lib X11LIB ?= /usr/X11R6/lib