diff options
author | sjg <sjg@FreeBSD.org> | 2015-06-11 21:13:05 +0000 |
---|---|---|
committer | sjg <sjg@FreeBSD.org> | 2015-06-11 21:13:05 +0000 |
commit | 750b155101cde8e0c2e8f0b23d6f5ba89ba33f13 (patch) | |
tree | 7e6e9f9c45d1183aeb68258feec369f9231144d6 /tests | |
parent | 4f920c8c896c380d80d646b3272ec56051d92b8b (diff) | |
download | FreeBSD-src-750b155101cde8e0c2e8f0b23d6f5ba89ba33f13.zip FreeBSD-src-750b155101cde8e0c2e8f0b23d6f5ba89ba33f13.tar.gz |
Misc fixes from projects/bmake
Differential Revision: D2748
Reviewed by: brooks imp
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 c0e82a4..29bee82 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 |