diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2016-04-18 13:13:59 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2016-04-18 13:13:59 +0000 |
| commit | c0e5e7f3d2e1bac7ada43b35843e3a018777854e (patch) | |
| tree | b2b7fab482a8b2171347dff667a0bba5cbb0e332 /usr.bin/strings | |
| parent | f8ee69bf81d37e120b3ca9b04c32110a5e2c43c3 (diff) | |
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 8543dcf435fe..68e37b8bba9e 100644 --- a/usr.bin/strings/Makefile +++ b/usr.bin/strings/Makefile @@ -2,7 +2,7 @@ .include <src.opts.mk> -ELFTCDIR= ${.CURDIR}/../../contrib/elftoolchain +ELFTCDIR= ${.CURDIR:H:H}/contrib/elftoolchain .PATH: ${ELFTCDIR}/strings |
