summaryrefslogtreecommitdiff
path: root/usr.bin/bzip2recover
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-03-12 18:58:44 +0000
committerWarner Losh <imp@FreeBSD.org>2017-03-12 18:58:44 +0000
commita35f04fba2ebb8f86d4cbdc710c89a094572b08e (patch)
tree6d7834512c1ccea38c53d829131105485c884751 /usr.bin/bzip2recover
parente3f87f6c705552b9aaf2cc10ec687f330c0ebe6a (diff)
downloadsrc-test-a35f04fba2ebb8f86d4cbdc710c89a094572b08e.tar.gz
src-test-a35f04fba2ebb8f86d4cbdc710c89a094572b08e.zip
Adopt SRCTOP in usr.bin
Prefer ${SRCTOP}/foo over ${.CURDIR}/../../foo and ${SRCTOP}/usr.bin/foo over ${.CURDIR}/../foo for paths in Makefiles. Differential Revision: https://reviews.freebsd.org/D9932 Sponsored by: Netflix Silence on: arch@ (twice)
Notes
Notes: svn path=/head/; revision=315170
Diffstat (limited to 'usr.bin/bzip2recover')
-rw-r--r--usr.bin/bzip2recover/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/bzip2recover/Makefile b/usr.bin/bzip2recover/Makefile
index 97b9615b05e31..7cbb5482f3a63 100644
--- a/usr.bin/bzip2recover/Makefile
+++ b/usr.bin/bzip2recover/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-BZ2DIR= ${.CURDIR}/../../contrib/bzip2
+BZ2DIR= ${SRCTOP}/contrib/bzip2
.PATH: ${BZ2DIR}
PROG= bzip2recover