]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - tests/sys/pjdfstest/pjdfstest/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / tests / sys / pjdfstest / pjdfstest / Makefile
1 # $FreeBSD$
2
3 TOP=            ${.CURDIR:H:H:H:H}
4
5 .PATH: ${TOP}/contrib/pjdfstest
6
7 BINDIR=         ${TESTSBASE}/sys/pjdfstest
8 PROG=           pjdfstest
9 MAN=
10
11 CFLAGS=         -D__OS_FreeBSD__ -DHAS_LCHMOD -DHAS_CHFLAGS -DHAS_FCHFLAGS
12 CFLAGS+=        -DHAS_CHFLAGSAT -DHAS_LCHFLAGS -DHAS_FREEBSD_ACL -DHAS_BINDAT
13 CFLAGS+=        -DHAS_CONNECTAT
14
15 # XXX: the upstream sources need some massaging with how it assigns ngroups in
16 # pjdfstest.c
17 NO_WERROR=
18 WARNS?=         6
19
20 .include <bsd.prog.mk>