[Midnightbsd-cvs] src [10711] trunk/usr.sbin/lpr/lptest/Makefile: fix path

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jun 9 17:30:29 EDT 2018


Revision: 10711
          http://svnweb.midnightbsd.org/src/?rev=10711
Author:   laffer1
Date:     2018-06-09 17:30:28 -0400 (Sat, 09 Jun 2018)
Log Message:
-----------
fix path

Modified Paths:
--------------
    trunk/usr.sbin/lpr/lptest/Makefile

Modified: trunk/usr.sbin/lpr/lptest/Makefile
===================================================================
--- trunk/usr.sbin/lpr/lptest/Makefile	2018-06-09 20:31:16 UTC (rev 10710)
+++ trunk/usr.sbin/lpr/lptest/Makefile	2018-06-09 21:30:28 UTC (rev 10711)
@@ -1,8 +1,9 @@
+# $MidnightBSD$
 #	@(#)Makefile	8.1 (Berkeley) 6/6/93
-# $MidnightBSD$
+# $FreeBSD: stable/10/usr.sbin/lpr/lptest/Makefile 321275 2017-07-20 01:07:02Z ngie $
 
 PROG=	lptest
 
-CFLAGS+= -I${.CURDIR}/../common_source
+CFLAGS+= -I${.CURDIR:H}/common_source
 
 .include <bsd.prog.mk>



More information about the Midnightbsd-cvs mailing list