summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdmatch/Makefile
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 /usr.sbin/tcpdmatch/Makefile
parentafa8b531c216dbffce9ab2244e125684ce62141c (diff)
downloadFreeBSD-src-8e2550bfa6e2a38ada5b8e583dab62b0f3eb22d9.zip
FreeBSD-src-8e2550bfa6e2a38ada5b8e583dab62b0f3eb22d9.tar.gz
MFC r291348:
Use LIBEXECDIR for /usr/libexec.
Diffstat (limited to 'usr.sbin/tcpdmatch/Makefile')
-rw-r--r--usr.sbin/tcpdmatch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/tcpdmatch/Makefile b/usr.sbin/tcpdmatch/Makefile
index caae746..53e7f56 100644
--- a/usr.sbin/tcpdmatch/Makefile
+++ b/usr.sbin/tcpdmatch/Makefile
@@ -8,7 +8,7 @@ PROG= tcpdmatch
MAN= tcpdmatch.8
SRCS= tcpdmatch.c fakelog.c inetcf.c scaffold.c
-CFLAGS+=-DREAL_DAEMON_DIR=\"/usr/libexec\" \
+CFLAGS+=-DREAL_DAEMON_DIR=\"${LIBEXECDIR}\" \
-DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10
.if ${MK_INET6_SUPPORT} != "no"
CFLAGS+=-DINET6
OpenPOWER on IntegriCloud