[Midnightbsd-cvs] src [11398] trunk/libexec/mail.local/Makefile: fix path

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Jul 6 21:00:41 EDT 2018


Revision: 11398
          http://svnweb.midnightbsd.org/src/?rev=11398
Author:   laffer1
Date:     2018-07-06 21:00:41 -0400 (Fri, 06 Jul 2018)
Log Message:
-----------
fix path

Modified Paths:
--------------
    trunk/libexec/mail.local/Makefile

Modified: trunk/libexec/mail.local/Makefile
===================================================================
--- trunk/libexec/mail.local/Makefile	2018-07-07 01:00:27 UTC (rev 11397)
+++ trunk/libexec/mail.local/Makefile	2018-07-07 01:00:41 UTC (rev 11398)
@@ -1,8 +1,8 @@
+# $MidnightBSD$
 #	@(#)Makefile	8.1 (Berkeley) 7/19/93
-# $FreeBSD: src/libexec/mail.local/Makefile,v 1.21 2005/06/10 06:12:51 des Exp $
-# $MidnightBSD$
+# $FreeBSD: stable/10/libexec/mail.local/Makefile 321267 2017-07-20 00:52:11Z ngie $
 
-SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
+SENDMAIL_DIR=${SRCTOP}/contrib/sendmail
 .PATH:	${SENDMAIL_DIR}/mail.local
 
 PROG=	mail.local



More information about the Midnightbsd-cvs mailing list