aboutsummaryrefslogtreecommitdiff
path: root/lib/libwrap
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-11-26 01:14:40 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-11-26 01:14:40 +0000
commit7fdd45b0913882a815552e5a43e25e2a99b018ff (patch)
treeab6424837d4c96879048392db76885f0a2a3129c /lib/libwrap
parent93e779a26c651610ac6e7986d67ecc9ed2cadcbf (diff)
downloadsrc-7fdd45b0913882a815552e5a43e25e2a99b018ff.tar.gz
src-7fdd45b0913882a815552e5a43e25e2a99b018ff.zip
Use LIBEXECDIR for /usr/libexec.
MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
Notes
Notes: svn path=/head/; revision=291348
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 7c2ca9a5535e..0acb0c4c8da7 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