]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tests/sys/pjdfstest/pjdfstest/Makefile
MFC r272057,r272083,r272084,r272087,r274016:
[FreeBSD/stable/10.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>