Makefile revision 291815
1# $FreeBSD: stable/10/tests/sys/pjdfstest/pjdfstest/Makefile 291815 2015-12-04 18:59:20Z bdrewery $
2
3TOP=		${.CURDIR:H:H:H:H}
4
5.PATH: ${TOP}/contrib/pjdfstest
6
7BINDIR=		${TESTSBASE}/sys/pjdfstest
8PROG=		pjdfstest
9MAN=
10
11CFLAGS+=	-D__OS_FreeBSD__ -DHAS_LCHMOD -DHAS_CHFLAGS -DHAS_FCHFLAGS
12CFLAGS+=	-DHAS_CHFLAGSAT -DHAS_LCHFLAGS -DHAS_FREEBSD_ACL -DHAS_BINDAT
13CFLAGS+=	-DHAS_CONNECTAT
14
15# XXX: the upstream sources need some massaging with how it assigns ngroups in
16# pjdfstest.c
17NO_WERROR=
18WARNS?=		6
19
20.include <bsd.prog.mk>
21