mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-19 06:22:24 +01:00
Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
This implifies pathing in make/displayed output MFC after: 3 weeks Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
f347f2e2a7
commit
4b649713fd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=312458
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
LIBBEGEMOT_DIR=${.CURDIR}/../../contrib/libbegemot
|
||||
LIBBEGEMOT_DIR=${SRCTOP}/contrib/libbegemot
|
||||
|
||||
PACKAGE=lib${LIB}
|
||||
.PATH: ${LIBBEGEMOT_DIR}
|
||||
|
Loading…
Reference in New Issue
Block a user