summaryrefslogtreecommitdiffstats
path: root/lib/libwrap
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-12-04 19:16:56 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-12-04 19:16:56 +0000
commit8e2550bfa6e2a38ada5b8e583dab62b0f3eb22d9 (patch)
treeb59c8298f3d1efa8ef5fe1389e6a23b53aa0907c /lib/libwrap
parentafa8b531c216dbffce9ab2244e125684ce62141c (diff)
downloadFreeBSD-src-8e2550bfa6e2a38ada5b8e583dab62b0f3eb22d9.zip
FreeBSD-src-8e2550bfa6e2a38ada5b8e583dab62b0f3eb22d9.tar.gz
MFC r291348:
Use LIBEXECDIR for /usr/libexec.
Diffstat (limited to 'lib/libwrap')
-rw-r--r--lib/libwrap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libwrap/Makefile b/lib/libwrap/Makefile
index 2ae6821..0e3490c 100644
--- a/lib/libwrap/Makefile
+++ b/lib/libwrap/Makefile
@@ -17,7 +17,7 @@ MLINKS= hosts_access.3 hosts_ctl.3 \
.PATH: ${.CURDIR}/../../contrib/tcp_wrappers
CFLAGS+=-DFACILITY=LOG_AUTH -DHOSTS_ACCESS -DNETGROUP -DDAEMON_UMASK=022 \
- -DREAL_DAEMON_DIR=\"/usr/libexec\" -DPROCESS_OPTIONS \
+ -DREAL_DAEMON_DIR=\"${LIBEXECDIR}\" -DPROCESS_OPTIONS \
-DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 \
-DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" \
-DSYS_ERRLIST_DEFINED -DALWAYS_HOSTNAME -DUSE_STRSEP -DPROCESS_OPTIONS
OpenPOWER on IntegriCloud