diff options
author | ngie <ngie@FreeBSD.org> | 2017-02-11 05:58:20 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2017-02-11 05:58:20 +0000 |
commit | ae7938c73edbd8c85b620f16f82d05a09d45f5ad (patch) | |
tree | 2e13a20e9ecab20d8c1f248d0a8c485ca8d900f5 /lib | |
parent | d18ac4f0e545cb1379fa972f5a8c9b2161e5a31f (diff) | |
download | FreeBSD-src-ae7938c73edbd8c85b620f16f82d05a09d45f5ad.zip FreeBSD-src-ae7938c73edbd8c85b620f16f82d05a09d45f5ad.tar.gz |
MFC r312461:
Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
This implifies pathing in make/displayed output
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libbsm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libbsm/Makefile b/lib/libbsm/Makefile index 2e0dbe1..90fbc27 100644 --- a/lib/libbsm/Makefile +++ b/lib/libbsm/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ # -OPENBSMDIR= ${.CURDIR}/../../contrib/openbsm +OPENBSMDIR= ${SRCTOP}/contrib/openbsm LIBBSMDIR= ${OPENBSMDIR}/libbsm LIB= bsm |