aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-04-19 12:40:47 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-04-19 12:40:47 +0000
commit51a4e0e6c2486a89b79a796314d06e92fa59df9b (patch)
tree076239f51e5486febd3732206667307a4f3e40fb
parentd1dd972686d9d22258ba6c0a1c5f55531f7cafb6 (diff)
downloadports-51a4e0e6c2486a89b79a796314d06e92fa59df9b.tar.gz
ports-51a4e0e6c2486a89b79a796314d06e92fa59df9b.zip
benchmarks/libcelero: correct includes
-rw-r--r--benchmarks/libcelero/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/libcelero/Makefile b/benchmarks/libcelero/Makefile
index 604b9dfa6c07..d19154263499 100644
--- a/benchmarks/libcelero/Makefile
+++ b/benchmarks/libcelero/Makefile
@@ -28,4 +28,4 @@ do-test: # Tests terminate with Signal 11, see https://github.com/DigitalInBlue/
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \
${BUILD_WRKSRC}/celero-test
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>