[Midnightbsd-cvs] src [11372] trunk/libexec/tftp-proxy/Makefile: fix path

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Jul 6 09:52:59 EDT 2018


Revision: 11372
          http://svnweb.midnightbsd.org/src/?rev=11372
Author:   laffer1
Date:     2018-07-06 09:52:59 -0400 (Fri, 06 Jul 2018)
Log Message:
-----------
fix path

Modified Paths:
--------------
    trunk/libexec/tftp-proxy/Makefile

Modified: trunk/libexec/tftp-proxy/Makefile
===================================================================
--- trunk/libexec/tftp-proxy/Makefile	2018-07-06 13:52:43 UTC (rev 11371)
+++ trunk/libexec/tftp-proxy/Makefile	2018-07-06 13:52:59 UTC (rev 11372)
@@ -1,7 +1,7 @@
-# $MidnightBSD: src/libexec/tftp-proxy/Makefile,v 1.1 2008/11/11 20:36:12 laffer1 Exp $
-# $FreeBSD: src/libexec/tftp-proxy/Makefile,v 1.1 2007/07/03 12:46:05 mlaier Exp $
+# $MidnightBSD$
+#	$FreeBSD: stable/10/libexec/tftp-proxy/Makefile 321267 2017-07-20 00:52:11Z ngie $
 
-.PATH:	${.CURDIR}/../../contrib/pf/tftp-proxy
+.PATH:	${SRCTOP}/contrib/pf/tftp-proxy
 
 PROG=	tftp-proxy
 SRCS=	tftp-proxy.c filter.c



More information about the Midnightbsd-cvs mailing list