summaryrefslogtreecommitdiffstats
path: root/usr.bin/xlint
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-11-26 01:14:40 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-11-26 01:14:40 +0000
commit104fd14e87864e72dd527dd579a126156588b9cc (patch)
treeab6424837d4c96879048392db76885f0a2a3129c /usr.bin/xlint
parentcca8836ad7ee9936effcf811196e01bdf4b98677 (diff)
downloadFreeBSD-src-104fd14e87864e72dd527dd579a126156588b9cc.zip
FreeBSD-src-104fd14e87864e72dd527dd579a126156588b9cc.tar.gz
Use LIBEXECDIR for /usr/libexec.
MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'usr.bin/xlint')
-rw-r--r--usr.bin/xlint/lint1/Makefile2
-rw-r--r--usr.bin/xlint/lint2/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/xlint/lint1/Makefile b/usr.bin/xlint/lint1/Makefile
index 2d6539e..6792ba0 100644
--- a/usr.bin/xlint/lint1/Makefile
+++ b/usr.bin/xlint/lint1/Makefile
@@ -11,7 +11,7 @@ LIBADD= l m
CFLAGS+= -I. -I${.CURDIR}
LINTFLAGS=-aehpz
-BINDIR= /usr/libexec
+BINDIR= ${LIBEXECDIR}
.PATH: ${.CURDIR}/../common
diff --git a/usr.bin/xlint/lint2/Makefile b/usr.bin/xlint/lint2/Makefile
index 8f4a4ad..ad14d2a 100644
--- a/usr.bin/xlint/lint2/Makefile
+++ b/usr.bin/xlint/lint2/Makefile
@@ -9,6 +9,6 @@ MAN=
CFLAGS+=-I${.CURDIR}/../lint1
LINTFLAGS=-abehrz
-BINDIR= /usr/libexec
+BINDIR= ${LIBEXECDIR}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud