diff options
author | Ed Maste <emaste@FreeBSD.org> | 2016-04-21 12:58:29 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2016-04-21 12:58:29 +0000 |
commit | 2821bdccaaa2dc9e04e3d6a865b6da57ef0f0cb8 (patch) | |
tree | 0063aee2166157b20b3d10fff6c319161a3b1619 /usr.bin/strings | |
parent | 53219aa88a4c32c5900c7d8c2a45589502ef9d4a (diff) | |
download | src-2821bdccaaa2dc9e04e3d6a865b6da57ef0f0cb8.tar.gz src-2821bdccaaa2dc9e04e3d6a865b6da57ef0f0cb8.zip |
Notes
Diffstat (limited to 'usr.bin/strings')
-rw-r--r-- | usr.bin/strings/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/strings/Makefile b/usr.bin/strings/Makefile index 68e37b8bba9e..e3c82f408824 100644 --- a/usr.bin/strings/Makefile +++ b/usr.bin/strings/Makefile @@ -2,7 +2,7 @@ .include <src.opts.mk> -ELFTCDIR= ${.CURDIR:H:H}/contrib/elftoolchain +ELFTCDIR= ${SRCTOP}/contrib/elftoolchain .PATH: ${ELFTCDIR}/strings |