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
ab2899e9c8
commit
448f7ad861
@ -8,11 +8,11 @@ SRCS+= rpcsec_gss.c rpcsec_gss_prot.c rpcsec_gss_conf.c rpcsec_gss_misc.c \
|
|||||||
|
|
||||||
LIBADD= gssapi
|
LIBADD= gssapi
|
||||||
|
|
||||||
VERSION_DEF= ${.CURDIR}/../libc/Versions.def
|
VERSION_DEF= ${SRCTOP}/lib/libc/Versions.def
|
||||||
SYMBOL_MAPS= ${.CURDIR}/Symbol.map
|
SYMBOL_MAPS= ${.CURDIR}/Symbol.map
|
||||||
|
|
||||||
CFLAGS+= -I${.CURDIR}/../../include
|
CFLAGS+= -I${SRCTOP}/include
|
||||||
CFLAGS+= -I${.CURDIR}/../../libc_rpc
|
CFLAGS+= -I${SRCTOP}/lib/libc_rpc
|
||||||
MK_PROFILE= no
|
MK_PROFILE= no
|
||||||
|
|
||||||
MAN= rpcsec_gss.3
|
MAN= rpcsec_gss.3
|
||||||
|
Loading…
Reference in New Issue
Block a user