From 8d51938cbabe98b530a90de9c55a899f1e65ff30 Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 7 Nov 2015 20:54:17 +0000 Subject: Use the NetBSD and DragonFly makefiles for FreeBSD, OpenBSD, and Bitrig. --- benchmarks/libmicro/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'benchmarks') diff --git a/benchmarks/libmicro/Makefile b/benchmarks/libmicro/Makefile index 6b10b4fef07..35e4c334b56 100644 --- a/benchmarks/libmicro/Makefile +++ b/benchmarks/libmicro/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2015/11/07 20:12:37 dholland Exp $ +# $NetBSD: Makefile,v 1.5 2015/11/07 20:54:17 dholland Exp $ # DISTNAME= libmicro-${LIBMICRO_VERSION} @@ -31,6 +31,11 @@ SUBST_STAGE.fix-arch= pre-configure SUBST_FILES.fix-arch= Makefile bench.sh wrapper.sh SUBST_SED.fix-arch= -e 's|@@MACHINE_ARCH@@|${MACHINE_ARCH}|' +post-patch: + cd ${WRKSRC} && ${LN} -s Makefile.NetBSD Makefile.OpenBSD + cd ${WRKSRC} && ${LN} -s Makefile.NetBSD Makefile.Bitrig + cd ${WRKSRC} && ${LN} -s Makefile.DragonFly Makefile.FreeBSD + post-build: ${SED} -e 's|@@DESTDIR@@|${DESTDIR}|' \ -e 's|@@PREFIX@@|${PREFIX}|' \ -- cgit v1.2.3