[Midnightbsd-cvs] src [10327] trunk/usr.sbin/tcpdmatch/Makefile: path

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jun 3 15:49:59 EDT 2018


Revision: 10327
          http://svnweb.midnightbsd.org/src/?rev=10327
Author:   laffer1
Date:     2018-06-03 15:49:58 -0400 (Sun, 03 Jun 2018)
Log Message:
-----------
path

Modified Paths:
--------------
    trunk/usr.sbin/tcpdmatch/Makefile

Modified: trunk/usr.sbin/tcpdmatch/Makefile
===================================================================
--- trunk/usr.sbin/tcpdmatch/Makefile	2018-06-03 19:49:25 UTC (rev 10326)
+++ trunk/usr.sbin/tcpdmatch/Makefile	2018-06-03 19:49:58 UTC (rev 10327)
@@ -1,4 +1,5 @@
 # $MidnightBSD$
+# $FreeBSD: stable/10/usr.sbin/tcpdmatch/Makefile 291819 2015-12-04 19:16:56Z bdrewery $
 
 .include <bsd.own.mk>
 
@@ -8,7 +9,7 @@
 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



More information about the Midnightbsd-cvs mailing list