diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2015-06-11 21:13:05 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2015-06-11 21:13:05 +0000 |
| commit | bd831db65c7a8d887ad72471f50e119c3b7e3599 (patch) | |
| tree | 7e6e9f9c45d1183aeb68258feec369f9231144d6 /tests | |
| parent | ab21b9ab84ffbfa9515a64a3dd03e61eecead694 (diff) | |
Notes
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/sys/pjdfstest/pjdfstest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sys/pjdfstest/pjdfstest/Makefile b/tests/sys/pjdfstest/pjdfstest/Makefile index c0e82a41dc725..29bee82e8ba3e 100644 --- a/tests/sys/pjdfstest/pjdfstest/Makefile +++ b/tests/sys/pjdfstest/pjdfstest/Makefile @@ -8,7 +8,7 @@ BINDIR= ${TESTSBASE}/sys/pjdfstest PROG= pjdfstest MAN= -CFLAGS= -D__OS_FreeBSD__ -DHAS_LCHMOD -DHAS_CHFLAGS -DHAS_FCHFLAGS +CFLAGS+= -D__OS_FreeBSD__ -DHAS_LCHMOD -DHAS_CHFLAGS -DHAS_FCHFLAGS CFLAGS+= -DHAS_CHFLAGSAT -DHAS_LCHFLAGS -DHAS_FREEBSD_ACL -DHAS_BINDAT CFLAGS+= -DHAS_CONNECTAT |
