summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-07-20 01:02:30 +0000
committerngie <ngie@FreeBSD.org>2017-07-20 01:02:30 +0000
commit8705f457b0890b8c845d136570cdf8549c20f1d7 (patch)
tree89c6e94958031b31dc42fac87dd5531396a2b04c /usr.sbin
parent4332c2b3682711c4c9a5f87a21248319033b7ecb (diff)
downloadFreeBSD-src-8705f457b0890b8c845d136570cdf8549c20f1d7.zip
FreeBSD-src-8705f457b0890b8c845d136570cdf8549c20f1d7.tar.gz
MFC r314479:
Use :H to manipulate .CURDIR-relative paths instead of ../ This simplifies make output
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/fifolog/fifolog_create/Makefile2
-rw-r--r--usr.sbin/fifolog/fifolog_reader/Makefile2
-rw-r--r--usr.sbin/fifolog/fifolog_writer/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/fifolog/fifolog_create/Makefile b/usr.sbin/fifolog/fifolog_create/Makefile
index 4a83b5b..04370e6 100644
--- a/usr.sbin/fifolog/fifolog_create/Makefile
+++ b/usr.sbin/fifolog/fifolog_create/Makefile
@@ -2,7 +2,7 @@
PROG= fifolog_create
-CFLAGS+= -I${.CURDIR}/../lib
+CFLAGS+= -I${.CURDIR:H}/lib
LIBADD= util fifolog
diff --git a/usr.sbin/fifolog/fifolog_reader/Makefile b/usr.sbin/fifolog/fifolog_reader/Makefile
index ae5f9e7..2dd103f 100644
--- a/usr.sbin/fifolog/fifolog_reader/Makefile
+++ b/usr.sbin/fifolog/fifolog_reader/Makefile
@@ -2,7 +2,7 @@
PROG= fifolog_reader
-CFLAGS+= -I${.CURDIR}/../lib
+CFLAGS+= -I${.CURDIR:H}/lib
MAN=
diff --git a/usr.sbin/fifolog/fifolog_writer/Makefile b/usr.sbin/fifolog/fifolog_writer/Makefile
index 7a9316d..d5b888d 100644
--- a/usr.sbin/fifolog/fifolog_writer/Makefile
+++ b/usr.sbin/fifolog/fifolog_writer/Makefile
@@ -2,7 +2,7 @@
PROG= fifolog_writer
-CFLAGS+= -I${.CURDIR}/../lib
+CFLAGS+= -I${.CURDIR:H}/lib
MAN=
OpenPOWER on IntegriCloud