11 lines
242 B
Makefile
11 lines
242 B
Makefile
# Common variables.
|
|
|
|
PREFIX ?= /usr/local
|
|
SBINDIR ?= $(DESTDIR)$(PREFIX)/sbin
|
|
#
|
|
# The following vars shouldn't be specified with DESTDIR!
|
|
#
|
|
SHAREDIR ?= $(PREFIX)/share/xbps-src
|
|
LIBEXECDIR ?= $(PREFIX)/libexec/xbps-src
|
|
ETCDIR ?= $(PREFIX)/etc
|