summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.yppasswdd
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.sbin/rpc.yppasswdd
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.sbin/rpc.yppasswdd')
-rw-r--r--usr.sbin/rpc.yppasswdd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rpc.yppasswdd/Makefile b/usr.sbin/rpc.yppasswdd/Makefile
index 5f5fb77..9b2fb39 100644
--- a/usr.sbin/rpc.yppasswdd/Makefile
+++ b/usr.sbin/rpc.yppasswdd/Makefile
@@ -7,7 +7,7 @@ RPCDIR= ${DESTDIR}/usr/include/rpcsvc
PROG= rpc.yppasswdd
SCRIPTS=yppwupdate
-SCRIPTSDIR= /usr/libexec
+SCRIPTSDIR= ${LIBEXECDIR}
MAN= rpc.yppasswdd.8
SRCS= util.c yp_access.c yp_dblookup.c yp_dbwrite.c \
yp_error.c yppasswdd_main.c yppasswdd_server.c ypxfr_misc.c ${GENSRCS}
OpenPOWER on IntegriCloud