i have never read Makefile as this one, what "YesPlease" means , is this legal constant for make system?

can i enable curl support for git,  by simply delete the line  NO_CURL="YesPlease" \   , or should i do more than that?

if i should do more, what i should do then, is there any tutorial to fix this Makefile as i want?

or should i hack the openwrt code myself? that could be a bit painful:(



        NO_PERL="YesPlease" \
        NO_EXPAT="YesPlease" \
        NO_WISH="YesPlease" \
        NO_ICONV="YesPlease" \
        NO_NSEC="YesPlease" \
        NO_CURL="YesPlease" \
        NO_TCLTK="YesPlease" \
        NO_MKSTEMPS="YesPlease" \
        NO_PYTHON="YesPlease" \



[root@home git]# pwd
/home/mirror/tmp/op/branches/backfire/feeds/packages/net/git
[root@home git]# ls
Makefile  patches
[root@home git]# ls patches/
110-convert_builtin.patch




MAKE_FLAGS := \
        CC="$(TARGET_CC)" \
        LD="$(TARGET_CC)" \
        CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS)" \
        CPPFLAGS="$(TARGET_CPPFLAGS)" \
        LDFLAGS="$(TARGET_LDFLAGS)" \
        NO_PERL="YesPlease" \
        NO_EXPAT="YesPlease" \
        NO_WISH="YesPlease" \
        NO_ICONV="YesPlease" \
        NO_NSEC="YesPlease" \
        NO_CURL="YesPlease" \
        NO_TCLTK="YesPlease" \
        NO_MKSTEMPS="YesPlease" \
        NO_PYTHON="YesPlease" \