summaryrefslogtreecommitdiffstats
path: root/usr.bin/ee/Makefile
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-05-30 04:27:05 +0000
committerngie <ngie@FreeBSD.org>2017-05-30 04:27:05 +0000
commitd810ce2256f717d8d8f0d0e2c433ffa3e4947b36 (patch)
tree791457554b7041d919a2f2f17e7fbc0c27df2d42 /usr.bin/ee/Makefile
parent3d65b38935322eeafe1144f25e11a24abbede0cd (diff)
downloadFreeBSD-src-d810ce2256f717d8d8f0d0e2c433ffa3e4947b36.zip
FreeBSD-src-d810ce2256f717d8d8f0d0e2c433ffa3e4947b36.tar.gz
MFC r315170:
r315170 (by imp): Adopt SRCTOP in usr.bin Prefer ${SRCTOP}/foo over ${.CURDIR}/../../foo and ${SRCTOP}/usr.bin/foo over ${.CURDIR}/../foo for paths in Makefiles. Silence on: arch@ (twice)
Diffstat (limited to 'usr.bin/ee/Makefile')
-rw-r--r--usr.bin/ee/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ee/Makefile b/usr.bin/ee/Makefile
index ee43707..c30a510 100644
--- a/usr.bin/ee/Makefile
+++ b/usr.bin/ee/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../contrib/ee
+.PATH: ${SRCTOP}/contrib/ee
CFLAGS+= -DHAS_NCURSES -DHAS_UNISTD -DHAS_STDARG -DHAS_STDLIB \
-DHAS_SYS_WAIT
@@ -29,7 +29,7 @@ NLSSRCFILES=ee.msg
. if exists(${.CURDIR}/nls/${lang}/ee.msg)
NLSSRCDIR_${lang}= ${.CURDIR}/nls/${lang}
. else
-NLSSRCDIR_${lang}= ${.CURDIR}/../../contrib/ee
+NLSSRCDIR_${lang}= ${SRCTOP}/contrib/ee
. endif
.endfor
OpenPOWER on IntegriCloud