summaryrefslogtreecommitdiff
path: root/usr.bin/readelf
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/readelf
parente3f87f6c705552b9aaf2cc10ec687f330c0ebe6a (diff)
downloadsrc-test2-a35f04fba2ebb8f86d4cbdc710c89a094572b08e.tar.gz
src-test2-a35f04fba2ebb8f86d4cbdc710c89a094572b08e.zip
Notes
Diffstat (limited to 'usr.bin/readelf')
-rw-r--r--usr.bin/readelf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/readelf/Makefile b/usr.bin/readelf/Makefile
index 8f7dec5695a8..238a901197d7 100644
--- a/usr.bin/readelf/Makefile
+++ b/usr.bin/readelf/Makefile
@@ -14,7 +14,7 @@ CFLAGS+=-I${ELFTCDIR}/libelftc -I${ELFTCDIR}/common
# This same hack is in lib/libelf/Makefile and lib/libdwarf/Makefile
# We need to link against the correct version of these files. One
-# solution is to include ../../sys in the include path. This causes
+# solution is to include SRCTOP/sys in the include path. This causes
# problems when a header file in sys depends on a file in another
# part of the tree, e.g. a machine dependent header.
#