summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-02-21 02:38:14 +0000
committerngie <ngie@FreeBSD.org>2017-02-21 02:38:14 +0000
commit27565b0dff704c7701306aed25cc01aff9fcdcbc (patch)
tree0b0be5ddf841eec5bda7c3be801ae8a3ff0f0ca8
parent5a3fdf1195b5ae2314c52f96148f683ca434045b (diff)
downloadFreeBSD-src-27565b0dff704c7701306aed25cc01aff9fcdcbc.zip
FreeBSD-src-27565b0dff704c7701306aed25cc01aff9fcdcbc.tar.gz
MFC r313652:
Use SRCTOP instead of .CURDIR relative paths with ".." This simplifies pathing in make/displayed output
-rw-r--r--usr.bin/bsdcat/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/bsdcat/Makefile b/usr.bin/bsdcat/Makefile
index da1c43f..f3dd812 100644
--- a/usr.bin/bsdcat/Makefile
+++ b/usr.bin/bsdcat/Makefile
@@ -2,10 +2,10 @@
.include <bsd.own.mk>
-_LIBARCHIVEDIR= ${.CURDIR}/../../contrib/libarchive
-_LIBARCHIVECONFDIR= ${.CURDIR}/../../lib/libarchive
+_LIBARCHIVEDIR= ${SRCTOP}/contrib/libarchive
+_LIBARCHIVECONFDIR= ${SRCTOP}/lib/libarchive
-PROG= bsdcat
+PROG= bsdcat
BSDCAT_VERSION_STRING= 3.2.2
.PATH: ${_LIBARCHIVEDIR}/cat
OpenPOWER on IntegriCloud