Edit

IABSD.fr/ports/lang/python/Makefile

Branch :

  • Show log

    Commit

  • Author : rpointel
    Date : 2016-12-26 19:42:49
    Hash : 993f7d7c
    Message : link Python 3.6 to the build

  • lang/python/Makefile
  • # $OpenBSD: Makefile,v 1.67 2016/12/26 19:42:49 rpointel Exp $
    
    SUBDIR =
    SUBDIR +=	2.7
    SUBDIR +=	3.4
    SUBDIR +=	3.5
    SUBDIR +=	3.6
    
    .include <bsd.port.subdir.mk>