diff options
Diffstat (limited to 'benchmarks/stress-ng/Makefile')
-rw-r--r-- | benchmarks/stress-ng/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/stress-ng/Makefile b/benchmarks/stress-ng/Makefile index 53a4cb7a938..b5cc1d52812 100644 --- a/benchmarks/stress-ng/Makefile +++ b/benchmarks/stress-ng/Makefile @@ -18,7 +18,7 @@ ALL_TARGET= # empty PLIST_FILES= bin/stress-ng man/man1/stress-ng.1.gz -.include <bsd.port.options.mk> +.include <bsd.port.pre.mk> .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200056 && ${ARCH} == i386 BROKEN= undefined reference to '__atomic_fetch_add_8' @@ -33,4 +33,4 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/stress-ng ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/stress-ng.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 -.include <bsd.port.mk> +.include <bsd.port.post.mk> |