From 5a12b3f5fa6eddb0a50df4c67a6f59a7d94f65fa Mon Sep 17 00:00:00 2001 From: rpointel Date: Sun, 13 Apr 2014 07:41:28 +0000 Subject: [PATCH] link 3.4 to the build to have better test coverage on weird architectures. ok sthen@. --- lang/python/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/python/Makefile b/lang/python/Makefile index c2c7dba2054..ed664ef5df8 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.63 2013/06/04 07:29:13 fgsch Exp $ +# $OpenBSD: Makefile,v 1.64 2014/04/13 07:41:28 rpointel Exp $ SUBDIR = SUBDIR += 2.7 SUBDIR += 3.3 +SUBDIR += 3.4 .include