Skip to content

Commit 20039e1

Browse files
committed
Add support for custom install prefix
1 parent 63196ac commit 20039e1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ C=${TOPDIR}/freebsd/contrib/ck/include
1515
MACHINE_INCLUDES_ROOT:=${CURDIR}/machine_include
1616
OVERRIDE_INCLUDES_ROOT:=${CURDIR}/include
1717
X86_INCLUDES=0
18-
PREFIX=/usr/local
18+
PREFIX?=/usr/local
1919
PREFIX_LIB=${PREFIX}/lib
20-
PREFIX_INCLUDE=/usr/local/include
21-
PREFIX_BIN=/usr/local/bin
20+
PREFIX_INCLUDE=${PREFIX}/include
21+
PREFIX_BIN=${PREFIX}/bin
2222
F-STACK_CONF=/etc/f-stack.conf
2323
F-STACK_VERSION=1.24
2424
TGT_OS=$(shell uname)

0 commit comments

Comments
 (0)