Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
This simplifies pathing in make/displayed output MFC after: 3 weeks Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
fde44297e2
commit
3bce609fc4
@ -10,9 +10,9 @@ MAN= libmp.3
|
||||
INCS= mp.h
|
||||
SRCS= mpasbn.c
|
||||
|
||||
CFLAGS+= -I${.CURDIR}/../../crypto
|
||||
CFLAGS+= -I${SRCTOP}/crypto
|
||||
|
||||
VERSION_DEF= ${.CURDIR}/../libc/Versions.def
|
||||
VERSION_DEF= ${SRCTOP}/lib/libc/Versions.def
|
||||
SYMBOL_MAPS= ${.CURDIR}/Symbol.map
|
||||
|
||||
.if ${MK_TESTS} != "no"
|
||||
|
Loading…
Reference in New Issue
Block a user