diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-12-04 19:16:56 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-12-04 19:16:56 +0000 |
commit | 8e2550bfa6e2a38ada5b8e583dab62b0f3eb22d9 (patch) | |
tree | b59c8298f3d1efa8ef5fe1389e6a23b53aa0907c /libexec/hyperv | |
parent | afa8b531c216dbffce9ab2244e125684ce62141c (diff) | |
download | FreeBSD-src-8e2550bfa6e2a38ada5b8e583dab62b0f3eb22d9.zip FreeBSD-src-8e2550bfa6e2a38ada5b8e583dab62b0f3eb22d9.tar.gz |
MFC r291348:
Use LIBEXECDIR for /usr/libexec.
Diffstat (limited to 'libexec/hyperv')
-rw-r--r-- | libexec/hyperv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/hyperv/Makefile b/libexec/hyperv/Makefile index 37abdf5..cea28f4 100644 --- a/libexec/hyperv/Makefile +++ b/libexec/hyperv/Makefile @@ -2,7 +2,7 @@ .PATH: ${.CURDIR}/../../contrib/hyperv/tools/scripts -BINDIR= /usr/libexec/hyperv +BINDIR= ${LIBEXECDIR}/hyperv SCRIPTS= hv_set_ifconfig hv_get_dns_info hv_get_dhcp_info NO_OBJ= |