[Midnightbsd-cvs] src [11969] trunk/tests/sys/pjdfstest: add

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jul 28 16:40:56 EDT 2018


Revision: 11969
          http://svnweb.midnightbsd.org/src/?rev=11969
Author:   laffer1
Date:     2018-07-28 16:40:56 -0400 (Sat, 28 Jul 2018)
Log Message:
-----------
add

Added Paths:
-----------
    trunk/tests/sys/pjdfstest/Makefile
    trunk/tests/sys/pjdfstest/pjdfstest/
    trunk/tests/sys/pjdfstest/pjdfstest/Makefile

Added: trunk/tests/sys/pjdfstest/Makefile
===================================================================
--- trunk/tests/sys/pjdfstest/Makefile	                        (rev 0)
+++ trunk/tests/sys/pjdfstest/Makefile	2018-07-28 20:40:56 UTC (rev 11969)
@@ -0,0 +1,8 @@
+# $MidnightBSD$
+# $FreeBSD: stable/10/tests/sys/pjdfstest/Makefile 291792 2015-12-04 18:14:31Z bdrewery $
+
+SUBDIR+=	pjdfstest
+SUBDIR+=	tests
+SUBDIR_PARALLEL=
+
+.include <bsd.subdir.mk>


Property changes on: trunk/tests/sys/pjdfstest/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/tests/sys/pjdfstest/pjdfstest/Makefile
===================================================================
--- trunk/tests/sys/pjdfstest/pjdfstest/Makefile	                        (rev 0)
+++ trunk/tests/sys/pjdfstest/pjdfstest/Makefile	2018-07-28 20:40:56 UTC (rev 11969)
@@ -0,0 +1,21 @@
+# $MidnightBSD$
+# $FreeBSD: stable/10/tests/sys/pjdfstest/pjdfstest/Makefile 291815 2015-12-04 18:59:20Z bdrewery $
+
+TOP=		${.CURDIR:H:H:H:H}
+
+.PATH: ${TOP}/contrib/pjdfstest
+
+BINDIR=		${TESTSBASE}/sys/pjdfstest
+PROG=		pjdfstest
+MAN=
+
+CFLAGS+=	-D__OS_FreeBSD__ -DHAS_LCHMOD -DHAS_CHFLAGS -DHAS_FCHFLAGS
+CFLAGS+=	-DHAS_CHFLAGSAT -DHAS_LCHFLAGS -DHAS_FREEBSD_ACL -DHAS_BINDAT
+CFLAGS+=	-DHAS_CONNECTAT
+
+# XXX: the upstream sources need some massaging with how it assigns ngroups in
+# pjdfstest.c
+NO_WERROR=
+WARNS?=		6
+
+.include <bsd.prog.mk>


Property changes on: trunk/tests/sys/pjdfstest/pjdfstest/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list