diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-11-26 01:14:40 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-11-26 01:14:40 +0000 |
commit | 104fd14e87864e72dd527dd579a126156588b9cc (patch) | |
tree | ab6424837d4c96879048392db76885f0a2a3129c /usr.bin/makewhatis | |
parent | cca8836ad7ee9936effcf811196e01bdf4b98677 (diff) | |
download | FreeBSD-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/makewhatis')
-rw-r--r-- | usr.bin/makewhatis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/makewhatis/Makefile b/usr.bin/makewhatis/Makefile index ba0e1ee..1010949 100644 --- a/usr.bin/makewhatis/Makefile +++ b/usr.bin/makewhatis/Makefile @@ -4,7 +4,7 @@ PROG= makewhatis LIBADD= z SCRIPTS= makewhatis.local.sh MAN= makewhatis.1 makewhatis.local.8 -SCRIPTSDIR= /usr/libexec +SCRIPTSDIR= ${LIBEXECDIR} LINKS= ${SCRIPTSDIR}/makewhatis.local ${SCRIPTSDIR}/catman.local MLINKS= makewhatis.local.8 catman.local.8 |