# $FreeWRT$ #- # This file is part of the FreeWRT project. FreeWRT is copyrighted # material, please see the LICENCE file in the top-level directory # or at http://www.freewrt.org/licence for details. TOPDIR:= $(shell pwd) PWD:= ${TOPDIR} ifneq (${package},) subdir:= package/${package} endif ifneq (${subdir},) ${MAKECMDGOALS}: _subdir _subdir: cd ${subdir} && TOPDIR=${TOPDIR} \ ${TOPDIR}/lbin/gmake ${MAKEFLAGS} ${MAKECMDGOALS} else include Makefile endif