svn commit: r321138 - head/bin/dd/tests

Ngie Cooper ngie at FreeBSD.org
Tue Jul 18 17:29:14 UTC 2017


Author: ngie
Date: Tue Jul 18 17:29:12 2017
New Revision: 321138
URL: https://svnweb.freebsd.org/changeset/base/321138

Log:
  Remove unnecessary make logic added in r319339
  
  This makes the change cleaner and easier to backport to ^/stable/10.
  
  MFC after:	now

Modified:
  head/bin/dd/tests/Makefile

Modified: head/bin/dd/tests/Makefile
==============================================================================
--- head/bin/dd/tests/Makefile	Tue Jul 18 17:16:58 2017	(r321137)
+++ head/bin/dd/tests/Makefile	Tue Jul 18 17:29:12 2017	(r321138)
@@ -1,9 +1,5 @@
 # $FreeBSD$
 
-.include <src.opts.mk>
-
-.PATH: ${.CURDIR}/..
-
 ATF_TESTS_SH=	dd2_test
 NETBSD_ATF_TESTS_SH=	dd_test
 


More information about the svn-src-head mailing list