svn commit: r271380 - user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests
Garrett Cooper
ngie at FreeBSD.org
Wed Sep 10 11:06:03 UTC 2014
Author: ngie
Date: Wed Sep 10 11:06:02 2014
New Revision: 271380
URL: http://svnweb.freebsd.org/changeset/base/271380
Log:
Add Makefile missing from the previous commit
Added:
user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/Makefile.inc (contents, props changed)
Added: user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/Makefile.inc
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/Makefile.inc Wed Sep 10 11:06:02 2014 (r271380)
@@ -0,0 +1,9 @@
+.PATH: ${.CURDIR:H:H:H:H:H}/contrib/pjdfstest/tests/${.CURDIR:T}
+
+KYUAFILE= no
+
+.for script in ${SCRIPTS}
+.if ${script:E} == "t"
+SCRIPTSNAME_${script}= ${script}
+.endif
+.endfor
More information about the svn-src-user
mailing list