[Midnightbsd-cvs] src [10328] trunk/usr.sbin/tcpdchk/Makefile: fix path

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jun 3 15:50:13 EDT 2018


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

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

Modified: trunk/usr.sbin/tcpdchk/Makefile
===================================================================
--- trunk/usr.sbin/tcpdchk/Makefile	2018-06-03 19:49:58 UTC (rev 10327)
+++ trunk/usr.sbin/tcpdchk/Makefile	2018-06-03 19:50:12 UTC (rev 10328)
@@ -1,4 +1,5 @@
 # $MidnightBSD$
+# $FreeBSD: stable/10/usr.sbin/tcpdchk/Makefile 291819 2015-12-04 19:16:56Z bdrewery $
 
 .include <bsd.own.mk>
 
@@ -8,7 +9,7 @@
 MAN=	tcpdchk.8
 SRCS=	tcpdchk.c fakelog.c inetcf.c scaffold.c
 
-CFLAGS+=-DREAL_DAEMON_DIR=\"/usr/libexec\" \
+CFLAGS+=-DREAL_DAEMON_DIR=\"${LIBEXECDIR}\" \
 	-DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 -DPROCESS_OPTIONS \
 	-DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\"
 .if ${MK_INET6_SUPPORT} != "no"



More information about the Midnightbsd-cvs mailing list