[Midnightbsd-cvs] src [11383] trunk/libexec/tcpd/Makefile: fix paths

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Jul 6 20:15:35 EDT 2018


Revision: 11383
          http://svnweb.midnightbsd.org/src/?rev=11383
Author:   laffer1
Date:     2018-07-06 20:15:34 -0400 (Fri, 06 Jul 2018)
Log Message:
-----------
fix paths

Modified Paths:
--------------
    trunk/libexec/tcpd/Makefile

Modified: trunk/libexec/tcpd/Makefile
===================================================================
--- trunk/libexec/tcpd/Makefile	2018-07-07 00:15:21 UTC (rev 11382)
+++ trunk/libexec/tcpd/Makefile	2018-07-07 00:15:34 UTC (rev 11383)
@@ -1,14 +1,14 @@
-# $MidnightBSD: src/libexec/tcpd/Makefile,v 1.3 2012/04/11 01:00:19 laffer1 Exp $
-# $FreeBSD: src/libexec/tcpd/Makefile,v 1.4.2.1 2005/11/16 08:01:07 ru Exp $
+# $MidnightBSD$
+# $FreeBSD: stable/10/libexec/tcpd/Makefile 321267 2017-07-20 00:52:11Z ngie $
 
 .include <bsd.own.mk>
 
-.PATH: ${.CURDIR}/../../contrib/tcp_wrappers
+.PATH: ${SRCTOP}/contrib/tcp_wrappers
 
 PROG=	tcpd
 MAN=	tcpd.8
 CSTD?=	c89
-CFLAGS+=-DREAL_DAEMON_DIR=\"/usr/libexec\" \
+CFLAGS+=-DREAL_DAEMON_DIR=\"${LIBEXECDIR}\" \
 	-DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 \
 	-DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" \
 	-DFACILITY=LOG_DAEMON



More information about the Midnightbsd-cvs mailing list