Edit

IABSD.fr/ports/shells/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2010-02-01 17:00:12
    Hash : 100f0c78
    Message : SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus breaking cd /usr/ports && SUBDIR=some/path make something for category makefiles. While there, also put spaces around += uniformously. okay naddy@, jasper@

  • shells/Makefile
  • # $OpenBSD: Makefile,v 1.20 2010/02/01 17:00:14 espie Exp $
    # $FreeBSD: Makefile,v 1.13 1997/01/03 00:40:55 max Exp $
    #
    
        SUBDIR =
        SUBDIR += bash
        SUBDIR += es
        SUBDIR += perlsh
        SUBDIR += sash
        SUBDIR += scsh
        SUBDIR += tcsh
        SUBDIR += zoidberg
        SUBDIR += zsh
    
    .include <bsd.port.subdir.mk>