summaryrefslogtreecommitdiffstats
path: root/sbin/dhclient
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-05-30 04:17:22 +0000
committerngie <ngie@FreeBSD.org>2017-05-30 04:17:22 +0000
commit3d65b38935322eeafe1144f25e11a24abbede0cd (patch)
treeae85ec397f2e7c39107c20ab37b968745d99dda0 /sbin/dhclient
parent2a14abb0b39bdf34ad6ee24df9983b7936459841 (diff)
downloadFreeBSD-src-3d65b38935322eeafe1144f25e11a24abbede0cd.zip
FreeBSD-src-3d65b38935322eeafe1144f25e11a24abbede0cd.tar.gz
MFC r314655:
bin: normalize paths using SRCTOP-relative paths or :H when possible This simplifies make logic/output
Diffstat (limited to 'sbin/dhclient')
-rw-r--r--sbin/dhclient/tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/dhclient/tests/Makefile b/sbin/dhclient/tests/Makefile
index 2852aaf..822699c 100644
--- a/sbin/dhclient/tests/Makefile
+++ b/sbin/dhclient/tests/Makefile
@@ -5,7 +5,7 @@
PLAIN_TESTS_C= option-domain-search_test
SRCS.option-domain-search_test= alloc.c convert.c hash.c options.c \
tables.c fake.c option-domain-search.c
-CFLAGS.option-domain-search_test+= -I${.CURDIR}/..
+CFLAGS.option-domain-search_test+= -I${.CURDIR:H}
LIBADD.option-domain-search_test= util
WARNS?= 2
OpenPOWER on IntegriCloud