summaryrefslogtreecommitdiffstats
path: root/usr.bin/bsdcat
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-02-21 02:35:16 +0000
committerngie <ngie@FreeBSD.org>2017-02-21 02:35:16 +0000
commit47ded0a1ae89a5957112ef7534658d820824c654 (patch)
treedb9ab0dbe14460a5bcd4ffd34e13722f9f5d547e /usr.bin/bsdcat
parent86df173c870660a94718fcd95812a65ad47d83a6 (diff)
downloadFreeBSD-src-47ded0a1ae89a5957112ef7534658d820824c654.zip
FreeBSD-src-47ded0a1ae89a5957112ef7534658d820824c654.tar.gz
MFC r313652:
Use SRCTOP instead of .CURDIR relative paths with ".." This simplifies pathing in make/displayed output
Diffstat (limited to 'usr.bin/bsdcat')
-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 c689ae4..11e31e6 100644
--- a/usr.bin/bsdcat/Makefile
+++ b/usr.bin/bsdcat/Makefile
@@ -2,10 +2,10 @@
.include <src.opts.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