diff options
author | ngie <ngie@FreeBSD.org> | 2017-02-11 07:01:17 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2017-02-11 07:01:17 +0000 |
commit | a345bd0dee6ea94e2427fea79bab3447d5e31391 (patch) | |
tree | d121a78aef7038b7c9afa005b53c7b7b530e6b93 /lib/libgssapi | |
parent | acaf79a632211b221c1b3de58fb3ae3371c36fd4 (diff) | |
download | FreeBSD-src-a345bd0dee6ea94e2427fea79bab3447d5e31391.zip FreeBSD-src-a345bd0dee6ea94e2427fea79bab3447d5e31391.tar.gz |
MFC r312505:
Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
This simplifies pathing in make/displayed output
Diffstat (limited to 'lib/libgssapi')
-rw-r--r-- | lib/libgssapi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libgssapi/Makefile b/lib/libgssapi/Makefile index 3f016b4..3094631 100644 --- a/lib/libgssapi/Makefile +++ b/lib/libgssapi/Makefile @@ -2,7 +2,7 @@ LIB= gssapi SHLIB_MAJOR= 10 -VERSION_DEF= ${.CURDIR}/../libc/Versions.def +VERSION_DEF= ${SRCTOP}/lib/libc/Versions.def SYMBOL_MAPS= ${.CURDIR}/Symbol.map SRCS= |