diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2017-01-20 04:27:40 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2017-01-20 04:27:40 +0000 |
commit | 5bde33db9d836310c12ea29db2fd4f97a982fbb3 (patch) | |
tree | 362b3efed75728fb83b34198023b8cb887d4d7c7 /lib/ncurses/menuw/Makefile | |
parent | f623ad832c105e607f2b637d9477bd2e04ab25bd (diff) | |
download | src-5bde33db9d836310c12ea29db2fd4f97a982fbb3.tar.gz src-5bde33db9d836310c12ea29db2fd4f97a982fbb3.zip |
Use SRCTOP-relative paths and .CURDIR with :H instead of ".." specified paths
This implifies pathing in make/displayed output
MFC after: 3 weeks
Sponsored by: Dell EMC Isilon
Notes
Notes:
svn path=/head/; revision=312467
Diffstat (limited to 'lib/ncurses/menuw/Makefile')
-rw-r--r-- | lib/ncurses/menuw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ncurses/menuw/Makefile b/lib/ncurses/menuw/Makefile index d5a100f0cffd..d6df56332826 100644 --- a/lib/ncurses/menuw/Makefile +++ b/lib/ncurses/menuw/Makefile @@ -2,4 +2,4 @@ ENABLE_WIDEC= -.include "${.CURDIR}/../menu/Makefile" +.include "${.CURDIR:H}/menu/Makefile" |